Use part of the name of the input file in the Snakemake
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!
• 916 views
•
link
0 answers
No answers yet.
Log in to answer this question.
use
glob_wildcardsExample directory structure:
output:
Example code: