Skip to content

Releases: replikation/poreCov

0.7.12

21 Apr 13:19
d876b45
Compare
Choose a tag to compare
  • 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

31 Mar 12:12
6b9ff26
Compare
Choose a tag to compare

update pangolin to v2.3.6

0.7.9 Verbose Errors, outputs and more

29 Mar 15:09
Compare
Choose a tag to compare
  • 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

23 Mar 11:40
4382a36
Compare
Choose a tag to compare

0.7.7 update pangolin version

22 Mar 14:55
d3edbc5
Compare
Choose a tag to compare

0.7.6 singleton output of final FASTAs

18 Mar 19:09
47d22fe
Compare
Choose a tag to compare
  • also output final and qc-ed FASTAs as singletons (one FASTA per sample)

0.7.5 adjust pycoQC ram and cloud configs

12 Mar 11:13
f767be2
Compare
Choose a tag to compare

adjust pycoQC ram and cloud configs

0.7.4 small fixes

09 Mar 12:49
Compare
Choose a tag to compare
  • added some missing fixes from 0.7.3

0.7.3 bugfixes

09 Mar 12:48
fd885d2
Compare
Choose a tag to compare
  • 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

05 Mar 16:49
a02faa3
Compare
Choose a tag to compare
  • improved report in general
    • improved read classification overview in the report
  • update president and fixes on some minor issues