You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{sample}.classified_1.fastq.gz and {sample}.classified_2.fastq.gz: Reads classified with the database, in viralrecon, host reads (we don't need this file)
{sample}.kraken2.classifiedreads.txt: A file with the classification of all the reads, which is very big, similar to one fastq.file (we don't need this file)
{sample}.kraken2.report.txt: Normal file saved always with the results (we need this one)
{sample}.unclassified_1.fastq.gz and {sample}.unclassified_2.fastq.gz: Reads that didn't classified with the database, in viralrecon, no-host reads (we need this one)
Find a way to remove or exclude .classified_{1,2}.fastq.gz and .kraken2.classifiedreads.txt
The text was updated successfully, but these errors were encountered:
In the develop branch of the buisciii tools, the save_nohost.config file no longer exists. In any case, wouldn't the solution be to add the following lines into the viralrecon.config file?
This would have to be done, however, manually when the researcher asks explicitly for the no host reads. Another approach might be modifying /data/bi/pipelines/nf-core-viralrecon/nf-core-viralrecon-2.6.0/workflow/modules/nf-core/kraken2/kraken2/main.nf, since it currently displays:
I believe that lines referring to classified reads and classified.txt could be simply deleted if that's what's being requested in this issue, but some advice on this aspect will be very welcome in any case.
It'd be the first solution you propose I think, but test it just in case. As you mentioned we don't have the config for the no_host output, I think the best approach is if you create a new config as the sars_nanopore one that adds this configuration.
Kraken save_no_host config saves these files:
{sample}.classified_1.fastq.gz
and{sample}.classified_2.fastq.gz
: Reads classified with the database, in viralrecon, host reads (we don't need this file){sample}.kraken2.classifiedreads.txt
: A file with the classification of all the reads, which is very big, similar to one fastq.file (we don't need this file){sample}.kraken2.report.txt
: Normal file saved always with the results (we need this one){sample}.unclassified_1.fastq.gz
and{sample}.unclassified_2.fastq.gz
: Reads that didn't classified with the database, in viralrecon, no-host reads (we need this one)Find a way to remove or exclude
.classified_{1,2}.fastq.gz
and.kraken2.classifiedreads.txt
The text was updated successfully, but these errors were encountered: