We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When specifying multiple targets and some of the values have an additional space, the pipeline call fails
pigx-rnaseq -s tests/settings.yaml tests/sample_sheet.csv \ --target={deseq_report_salmon_transcripts, deseq_report_salmon_genes} \ --force -n
usage: pigx-rnaseq [-h] [-v] (--init [{settings,sample-sheet,both}] | -s SETTINGS) [-c CONFIGFILE] [--target TARGET] [-n] [--graph GRAPH] [--force] [--reason] [--unlock] [sample_sheet] pigx-rnaseq: error: unrecognized arguments: deseq_report_salmon_genes}
The text was updated successfully, but these errors were encountered:
works without problems when space is removed:
pigx-rnaseq -s tests/settings.yaml tests/sample_sheet.csv \ --target=deseq_report_salmon_transcripts,deseq_report_salmon_genes} \ --force -n
Sorry, something went wrong.
#56
No branches or pull requests
When specifying multiple targets and some of the values have an additional space, the pipeline call fails
The text was updated successfully, but these errors were encountered: