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

Pipeline fails with _1 suffix in file name without corresponding _2 file #6

Open
olegs opened this issue Dec 8, 2019 · 0 comments
Open
Labels
bug Something isn't working

Comments

@olegs
Copy link
Contributor

olegs commented Dec 8, 2019

user@franklin:/mnt/stripe/shpynov/chipseq-smk-pipeline(master)$ snakemake all --use-conda --cores 28  --directory /mnt/stripe/bio/raw-data/geo-samples/GSE104284 --config fastq_dir=/mnt/stripe/bio/raw-data/geo-samples/GSE104284/fastq genome=mm10 macs2_mode=broad macs2_suffix="broad_0.05" macs2_params="--broad --broad-cutoff 0.05" -n
KeyError in line 20 of /mnt/stripe/shpynov/chipseq-smk-pipeline/rules/sicer.smk:
'GSM2794123_C36UVACXX.1.48hr_01_Left_K27ac_1'
  File "/mnt/stripe/shpynov/chipseq-smk-pipeline/Snakefile", line 55, in <module>
  File "/mnt/stripe/shpynov/chipseq-smk-pipeline/rules/sicer.smk", line 32, in <module>
  File "/mnt/stripe/shpynov/chipseq-smk-pipeline/rules/sicer.smk", line 20, in sicer_all_peaks_input

Workaround used at the moment:

mv /mnt/stripe/bio/raw-data/geo-samples/GSE104284/fastq/GSM2794123_C36UVACXX.1.48hr_01_Left_K27ac_1.fastq /mnt/stripe/bio/raw-data/geo-samples/GSE104284/fastq/GSM2794123_C36UVACXX.1.48hr_01_Left_K27ac.fastq
@olegs olegs added the bug Something isn't working label Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant