Skip to content
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

bismark_reference is not defined in Snakefile #18

Open
mbatiuk opened this issue Apr 26, 2024 · 0 comments
Open

bismark_reference is not defined in Snakefile #18

mbatiuk opened this issue Apr 26, 2024 · 0 comments

Comments

@mbatiuk
Copy link

mbatiuk commented Apr 26, 2024

Thanks for sharing your data analysis pipeline

There is an issue when performing read mapping using your pipeline

After demultiplexing into cell level fastq, Snakefile is created in each multiplex group subdirectory to perform mapping

However this error appears when performing snakemake:

"RuleException in line 97 of /scratch/batiuk/primary/fastq/p/cell_level/Lightning-5-E5/Snakefile:
NameError: The name 'bismark_reference' is unknown in this context. Please make sure that you defined that variable. Also note that braces not used for variable access have to be escaped by repeating them, i.e. {{print $1}}"

Snakefile is not defining bismark_reference, however it is present in mapping_config.ini and should be copied over into Snakefile

[mapping reference]
bismark_reference= /home/batiuk/genomes/mus/mus109_sun1-gfp_lambda_bs
; reference directory of bismark

Manually editing Snakefile and adding bismark_reference solves error:

bismark_reference= '/home/batiuk/genomes/mus/mus109_sun1-gfp_lambda_bs'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant