We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
viralrecon template remove sorted.bams only for amplicons, not for metagenomic. By default in service.json file:
"viralrecon": { "label": "", "template": "viralrecon", "url": "https://github.com/BU-ISCIII/viralrecon", "order": 1, "begin": "", "end": "mag_met", "description": "Viral genome reconstruction analysis for SARS-COV-2 data", "clean": { "folders":[], "files":["variants/bowtie2/sample_name.sorted.bam","variants/bowtie2/sample_name.sorted.bam.bai"] }, "no_copy": ["RAW", "TMP"], "last_folder":"RESULTS", "delivery_md": "assets/reports/md/viralrecon.md", "results_md": "assets/reports/results/viralrecon.md" },
But, un metagenomic services we sould not removesample_name.sorted.bam files.
Maybe we can add something to viralrecon.config to skip output of sample_name.sorted.bam in metagenomic analyses.
viralrecon.config
sample_name.sorted.bam
The text was updated successfully, but these errors were encountered:
No branches or pull requests
viralrecon template remove sorted.bams only for amplicons, not for metagenomic. By default in service.json file:
But, un metagenomic services we sould not removesample_name.sorted.bam files.
Maybe we can add something to
viralrecon.config
to skip output ofsample_name.sorted.bam
in metagenomic analyses.The text was updated successfully, but these errors were encountered: