-
Notifications
You must be signed in to change notification settings - Fork 20
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
.fna files #223
Comments
Hi Falk The list of extension is hardcoded and there is no way to override it from the outside. ( See: Line 157 in d995cb5
and lambda/src/mkindex_options.hpp Line 95 in d995cb5
Other Idea: Instead of running 'mv' you could also use |
Thanks Simon, |
Hi Falk, Great to hear that you are happy with the new version of lambda. We will think about adding Sara |
This has been addressed by #224 so you should be able to run lambda3 with |
Hey,
I came across the following input related problem:
"
terminate called after throwing an instance of 'sharg::validation_error'
what(): Validation failed for option -d/--database: Expected one of the following valid extensions: [fa, fq, fasta, fastq, fa.gz, fq.gz, fasta.gz, fastq.gz]! Got fna instead!
MG.sh: line 17: 17139 Aborted lambda3 mkindexn -t 12 -d TIGR00539.fna
"
While I realize that normally this could be solved with a "mv", I am working with an array of reference databases shared for many users in an HPC environment. Would there be an easy way to override the ".fa" requirement?
Thanks,
Falk
The text was updated successfully, but these errors were encountered: