File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/aa/e672a2cbbd4c04965f1e7b4f17c09f/.command.sh
Size
777 bytes
Attempt
#!/bin/bash -euo pipefail
cat tih_rna_sample_00403_23H5VFLT4_s29_S77_L005_R1_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L006_R1_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L007_R1_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L008_R1_001.fastq.gz > tih_rna_sample_00403_23H5VFLT4_s29_R1.fastq.gz
cat tih_rna_sample_00403_23H5VFLT4_s29_S77_L005_R2_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L006_R2_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L007_R2_001.fastq.gz tih_rna_sample_00403_23H5VFLT4_s29_S77_L008_R2_001.fastq.gz > tih_rna_sample_00403_23H5VFLT4_s29_R2.fastq.gz

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:DEMUX_FROM_RUNDIR:DEMULTIPLEX:CAT_FASTQ":
    cat: $(cat --version | head -1 | awk '{print $NF}')
END_VERSIONS