replikation / poreCov

SARS-CoV-2 workflow for nanopore sequence data
https://case-group.github.io/
GNU General Public License v3.0
39 stars 17 forks source link

Feature add af to vc fs #273

Closed MarieLataretu closed 2 months ago

MarieLataretu commented 3 months ago

Relates to/fixes (?) #266

All three test profiles run successfully:

nextflow run poreCov.nf -profile test_fast5,slurm,singularity --cachedir [...] -resume --update
nextflow run poreCov.nf -profile test_fastq,slurm,singularity --cachedir [...] -resume --update
nextflow run poreCov.nf -profile test_fasta,slurm,singularity --cachedir [...] -resume --update
hoelzer commented 3 months ago

oh wow - so it is actually possible to get allele frequencies (AF) from medaka? This would be really nice to have... thx

MarieLataretu commented 3 months ago

It's "stolen" form Galaxy 😅 [MIT license, so all good]

After ARTIC they do the following: medaka tools annotate --dpsp --pad 25 and then a custom python script that does things and adds a AF INFO field

I can't say how it compares to other tools, but it's seems to be somewhat in line with what one would see in IGV.

hoelzer commented 3 months ago

Nice!

replikation commented 2 months ago

works on our end