genomic-medicine-sweden / gms-artic

A nextflow pipeline with a GMS touch for running the ARTIC network's fieldbioinformatics tools (https://github.com/artic-network/fieldbioinformatics).
GNU Affero General Public License v3.0
9 stars 6 forks source link

Muscle needs to be downgraded for nanopore analyses #54

Closed henningonsbring closed 2 years ago

henningonsbring commented 2 years ago

Today I downloaded the latest nanopore and pangolin containers from dockerhub to run an analysis of nanopore data. When running gms-artic the analysis crashed. To problem is that muscle is upgraded (and I don't understand how that happened). See error for the step where I get stuck:

singularity exec artic-ncov2019-nanopore.sif muscle -in kindcorgi_220410-154114_barcode15.muscle.in.fasta -out kindcorgi_220410-154114_barcode15.muscle.out.fasta

Invalid command line
Unknown option in

I tried to fix this error with this PR, but it did not work. In PR linked in last sentence the problem is also described in more detail.

What needs to be done: Downgrade muscle to 3.8

What are the arguments for getting it done: Needed to run analysis of nanopore data with medaka

Task is considered finished when: It is possible to run analysis of nanopore data with medaka

sofstam commented 2 years ago

I tried to replicate this issue with:

singularity pull artic-ncov2019-nanopore.sif docker://genomicmedicinesweden/gms-artic-nanopore:latest

and then I ran:

singularity exec artic-ncov2019-nanopore.sif muscle

I get the following:

Screenshot 2022-04-10 at 22 19 43
sofstam commented 2 years ago

This seems to be solved. I am closing this issue.

henningonsbring commented 2 years ago

yes, it is solved