-
Notifications
You must be signed in to change notification settings - Fork 8
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
BESST: error: unrecognized arguments: fr #25
Comments
Hi Inês, Ah, this seems to be a problem with how the gatb script calls BESST Line 469 in 08e3bcd
Rayan |
cimendes
added a commit
to cimendes/gatb-minia-pipeline
that referenced
this issue
Jul 31, 2020
Merged
I've created a PR with the fix. I've run the tool with the fix at it went smoothly :) |
ah great, thanks! good to hear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
I've been trying to run gatb-minia-pipeline and although it seems to be producing an assembly (a file called `*_final.contigs.fa), i've been getting the following error right at the end of the pipeline. As the error is not something that is controlled by the user, but rather defined in your python script/pipeline, I thought I should share it here.
I'm running the pipeline with the following command:
gatb -1 ${fastq_pair[0]} -2 ${fastq_pair[1]} --kmer-sizes ${kmer_list} -o ${sample_id}_GATBMiniaPipeline --no-error-correction
And this is the error that I have:
Any help overcoming this problem is highly appreciated!
Best,
Inês
The text was updated successfully, but these errors were encountered: