-
Notifications
You must be signed in to change notification settings - Fork 22
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
fix input schema to accept uncompressed fasta; fix #309 #310
Conversation
@nf-core/funcscan can someone test this please? |
|
@tavareshugo Can you pull dev to your fork and into this branch? This should resolve the CI check errors. |
@jasmezz ,apologies, I realise now that I should have worked from |
Ignore nf-core linting for now |
I am running the non-bakta CI checks manually now to have at least the prokka/prodigal BGC workflows succeeding. |
More checks failing due to no-space-left-on-device. I'd go ahead since we cannot change that. |
Before merging, one mlast thing: @tavareshugo can you update the changelog and tag yoursself in it :) |
@tavareshugo You can use this text line for the update, if you want. |
Thanks both. Done! |
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).This should fix #309 that errors when uncompressed files are given as input.
I also added support for
fas
extension.I have tested the workflow using all uncompressed and compressed formats as input.
Click here for code used to generate the test data.
The code above generates the files and respective samplesheet:
I then ran the test as follows (
funcscan/main.nf
points to my local clone):This mixed bag of formats all worked successfully:
Version: