Entering edit mode
5.5 years ago
arshil
•
0
Hi everyone, can anyone help me out setting up the wild card for list of paired end fastq files.(SRR7058331_1.fastq.gz, SRR7058331_2.fastq.gz I am trying to access the files from config.yaml file which looks like
sourcedir: /t6/h7/data/expression
refdir: /AA/Reference_genomes
datadirs:
fastq: $sourcedir/demo_data
bam: $sourcedir/bam
quant: $sourcedir/quant
The code which I am is.
import yaml
configfile: "config.yaml
SAMPLES,=glob_wildcards(config['sourcedir'] + config['datadirs']['fastq'] + "/" + "{sample}_R1.fastq.gz"))
READS=["1","2"]
its not working. I am pretty new to this.
you need to follow up on your older questions first. you keep posting variations of the same problem without resolving earlier issues.
Please use the formatting bar (especially the
code
option) to present your post better. I've done it for you this time.Always edit the original post if you are adding useful information.
Thank you!