Closed john-lee-johnson closed 6 years ago
Thanks for reporting. This might be a bug. Of course, the workflow should automatically select the right rule. Actually our test case only consists of paired end data. I will have a look tomorrow.
This is now fixed in the master branch.
Hello,
I am new to snakemake and very eager to learn more.
I am trying to play with this workflow to learn more about how to properly use snakemake and I'm using data from GEO, I'm a little stuck on the trimming step. There are two rules, one for paired-end trimming, and one for single-end trimming. I have single-end data, but the paired-end trimming rule is only getting called. My units.tsv file looks like this:
and the results of
snakemake -np
for one of the fastq files show that it's calling the paired-end rule. My question is, how can I make the workflow call the appropriate rule here?Thank you, I'm sorry if this is a dumb question