File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/9b/d82b5371ff842a66505a865f1b739e/.command.sh
Size
767 bytes
Attempt
#!/bin/bash -euo pipefail
cat KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L001_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L002_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L003_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L004_R1_001.fastq.gz > KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_R1.fastq.gz
cat KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L001_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L002_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L003_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_1_S25_L004_R2_001.fastq.gz > KG1_FFPE_01_RNA_0003_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