Releases: replikation/poreCov
Releases · replikation/poreCov
0.7.12
- pangolin and nextclade version updates
- automatically removing whitespace from files used as input for
--samples
- changed artics normalize to 500
- some more verbose exit statements during guppy basecalling to better understand what might be "missing" dependency wise
- set poreCovs parallel capabilities to "4" runs in parallel (default)
- should still work on "compute toasters"
- more verbose error statements for inputs (e.g. if you miss adding the fasta file to the
--fasta
flag) - nanopolish skips basecalling if fastq data is provided, but this needs a sequence summary file in return (supplied via
--nanopolish
)- error code added for this to explain the user what is missing
- bug fix if internet is unavailable for "get latest poreCov release" functions
0.7.11 update pangolin to v2.3.6
update pangolin to v2.3.6
0.7.9 Verbose Errors, outputs and more
- on startup the latest poreCov version available on Github is shown (#89)
- summary report file is also saved as tsv and excel file ( yes excel ;) thx @RaverJay ) (#88)
- nanopolish was added to poreCov, activate via
--nanopolish
if--fast5
is provided (#87) - pangolin version update
- error exit message if
--samples
table is not able to be merged with any of the barcodes to rename them (#86) - warning message if not enough barcode reads are available in ALL of the run (#86)
- this appears if no genome reconstruction is starting - I did not add a "exit" so that read classifications and qc will finish for trouble shooting
- reads files below 1.5 Mbyte are not removed if
--samples
is provided (should improve but not fix #92)- the sample name merge will remove "faulty barcodes"
- still wip, the issue is that e.g. for one end demultiplexing other barcodes are appearing that are not used (e.g. barcode 96 due to the read errors)
- the sample file needs to be used in the final report to add "missing" barcodes
0.7.8 update pangolin version
- update pangolin to v.2.3.5
0.7.7 update pangolin version
- update to v2.3.4 pangolin
0.7.6 singleton output of final FASTAs
- also output final and qc-ed FASTAs as singletons (one FASTA per sample)
0.7.5 adjust pycoQC ram and cloud configs
adjust pycoQC ram and cloud configs
0.7.4 small fixes
- added some missing fixes from 0.7.3
0.7.3 bugfixes
- fixes "edge case" for integer only samples names breaking the report
- fixed rki output due to president updates
- added direct cleanup during kraken read classification (scratch was only moving files to a tmp directory and not removing them)
- TLDR: reduces the overall disk usage
0.7.2 version updates, bugfixes, report improvements
- improved report in general
- improved read classification overview in the report
- update president and fixes on some minor issues