File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/dc/7d40d6f13c7845b1b9dd8a96a11ab4/.command.sh
Size
767 bytes
Attempt
#!/bin/bash -euo pipefail
cat KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L001_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L002_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L003_R1_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L004_R1_001.fastq.gz > KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_R1.fastq.gz
cat KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L001_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L002_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L003_R2_001.fastq.gz KG1_FFPE_01_RNA_0003_B23LG7FLT4_3_S41_L004_R2_001.fastq.gz > KG1_FFPE_01_RNA_0003_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