Hey, here is my script:
**module load flexbar/3.5.0
DATA="/data/epifluidlab/lulu/hek293t/data"
mySample="Dmut2 Dmut3 Dyth1 Dyth2 Dyth3"
for s in $mySample
do
flexbar -r $DATA/${s}_1.fq.gz -p $DATA/${s}_2.fq.gz -aa Nextera –zip-output GZ –threads 16 -qf i1.8 -t /data/epifluidlab/lulu/hek293t/data/trim/${s}
done**
I got the error:
flexbar: Too many arguments!
How could I fix it?
Thanks so much!
Best,
Lu
Hey, here is my script:
**module load flexbar/3.5.0
DATA="/data/epifluidlab/lulu/hek293t/data"
mySample="Dmut2 Dmut3 Dyth1 Dyth2 Dyth3"
for s in $mySample
do
flexbar -r$DATA/$ {s}_1.fq.gz -p $DATA/$ {s}_2.fq.gz -aa Nextera –zip-output GZ –threads 16 -qf i1.8 -t /data/epifluidlab/lulu/hek293t/data/trim/${s}
done**
I got the error:
flexbar: Too many arguments!
How could I fix it?
Thanks so much!
Best,
Lu