Skip to content
New issue

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 #311

Open
svarona opened this issue Aug 12, 2024 · 0 comments

Comments

@svarona
Copy link
Member

svarona commented Aug 12, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant