Entering edit mode
3.4 years ago
kamanovae
▴
100
I have two input files in SAMPLES folder:
SRR13510812_1.fastq SRR13510812_2.fastq But I need the input files to have the following names to run the bash script in the shell snakemake line:
SRR13510812
I would be grateful for an example of a suitable working code in this situation
Thanks!
use
glob_wildcards
Example directory structure:
output:
Example code: