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 I run:
snakemake --use-conda -s cellect-ldsc.snakefile --configfile config.yml --conda-frontend conda
I get the following error:
SyntaxError in file /CELLECT/cellect-ldsc.snakefile, line 298: Unexpected keyword temp in rule definition (cellect-ldsc.snakefile, line 298)
This is line 298 the error message is referring to:
temp("{BASE_OUTPUT_DIR}/precomputation/{run_prefix}/{run_prefix}.COMBINED_ANNOT.{chromosome}.l2.ldscore.gz"), # TEMP FILE
I am using: snakemake -v 8.6.0
Has anyone else had this issue or know a way to resolve it? Thanks for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run:
snakemake --use-conda -s cellect-ldsc.snakefile --configfile config.yml --conda-frontend conda
I get the following error:
SyntaxError in file /CELLECT/cellect-ldsc.snakefile, line 298:
Unexpected keyword temp in rule definition (cellect-ldsc.snakefile, line 298)
This is line 298 the error message is referring to:
temp("{BASE_OUTPUT_DIR}/precomputation/{run_prefix}/{run_prefix}.COMBINED_ANNOT.{chromosome}.l2.ldscore.gz"), # TEMP FILE
I am using:
snakemake -v
8.6.0
Has anyone else had this issue or know a way to resolve it? Thanks for your help.
The text was updated successfully, but these errors were encountered: