We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109dc8a commit bf24ee7Copy full SHA for bf24ee7
buisciii/templates/viralrecon/RAW/lablog_bam2fq
@@ -20,7 +20,7 @@ find . -maxdepth 1 -type f -name "*.bam" | while read -r filepath; do
20
--output \"$output_log\" \
21
singularity exec --bind \"${scratch_dir}/../\" \
22
/data/ucct/bi/pipelines/singularity-images/bedtools:2.31.1--h13024bc_3 \
23
- bedtools bamtofastq -i \"$filepath\" -fq \"${sample}.fastq\" &" > _01_bam2fq.sh
+ bedtools bamtofastq -i \"$filepath\" -fq \"${sample}.fastq\" &" >> _01_bam2fq.sh
24
done
25
26
if [[ ! -s _01_bam2fq.sh ]]; then
0 commit comments