-
Notifications
You must be signed in to change notification settings - Fork 5
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
Parameter validation failed for --hic #179
Comments
This issue arises from the bash expansion operator
Otherwise, the pipeline sees the following input,
and the trouble with Nextflow is that it does not pick up multiple arguments for one parameter. |
Although this solution fixes the initial input validation step, I am still failing to get the pipeline to treat the HiC input as I would like. The fastq files are in the local directory (but as sym links) The pipeline is failing and seems to be attempting to source these inputs from SRA.
|
Thank you @annabel-NZ This is a bug in the pipeline logic unfortunately due to the following logic,
It expects that the fastq files will be nested under some path. To get around this, please try, --hic "./SB1031HiC{1,2}.fastq.gz” as the files are in the current directory ( |
Description of the bug
ERROR ~ Validation of pipeline parameters failed!
-- Check '.nextflow.log' file for details
The following invalid input values have been detected:
Command used and terminal output
Relevant files
No response
System information
plant-food-research-open/assemblyqc -revision 2.2.0
The text was updated successfully, but these errors were encountered: