Snakemake: Error when trying to generate multiple output files
问题 I'm writing a snakemake pipeline to take publicly available sra files, convert them to fastq files then run them through alignment, peak calling and LD score regression. I'm having an issue in the rule called SRA2fastq below in which I use parallel-fastq-dump to convert SRA files to paired end fastq files. This rule generates two outputs for each SRA file, SRRXXXXXXX_1 , and SRRXXXXXXX_2 . Here is my config file: samples: fullard2018_NpfcATAC_1: SRR5367824 fullard2018_NpfcATAC_2: SRR5367798