File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/e2/2e6c1343aa28b8ef4741a52177c5d4/.command.sh
Size
777 bytes
Attempt
#!/bin/bash -euo pipefail
cat ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L001_R1_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L002_R1_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L003_R1_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L004_R1_001.fastq.gz > ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_R1.fastq.gz
cat ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L001_R2_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L002_R2_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L003_R2_001.fastq.gz ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_S30_L004_R2_001.fastq.gz > ColoN_FFPE_L01_RNA_01_B23LG7FLT4_1_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