File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4a/c99eea755700408ebcea094245bf2b/.command.sh
Size
757 bytes
Attempt
#!/bin/bash -euo pipefail
cat 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L001_R1_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L002_R1_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L003_R1_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L004_R1_001.fastq.gz > 786-O_FFPE_RNA_0001_B23LG7FLT4_3_R1.fastq.gz
cat 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L001_R2_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L002_R2_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L003_R2_001.fastq.gz 786-O_FFPE_RNA_0001_B23LG7FLT4_3_S19_L004_R2_001.fastq.gz > 786-O_FFPE_RNA_0001_B23LG7FLT4_3_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