command <<< | command <<< | ||||
set -o pipefail | set -o pipefail | ||||
set -e | set -e | ||||
for i in ${seq=" " vcfnumber} | |||||
for i in ${sep=" " vcfnumber} | |||||
do | do | ||||
cat $i | cut -d':' -f2 | tr '\n' '\t' | sed s'/\t$/\n/g' >> vcfstats | cat $i | cut -d':' -f2 | tr '\n' '\t' | sed s'/\t$/\n/g' >> vcfstats | ||||
done | done |
String fasta | String fasta | ||||
File sdf | File sdf | ||||
scatter (sample in inputSamples){ | |||||
scatter (sample in inputSamples) { | |||||
call fastqc.fastqc as fastqc { | call fastqc.fastqc as fastqc { | ||||
input: | input: | ||||
read1=sample[0], | read1=sample[0], |