File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/89/a0fb54e5a1974a9ee6fd0c31a7d2a3/.command.sh
Size
777 bytes
Attempt
#!/bin/bash -euo pipefail
cat ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L005_R1_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L006_R1_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L007_R1_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L008_R1_001.fastq.gz > ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_R1.fastq.gz
cat ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L005_R2_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L006_R2_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L007_R2_001.fastq.gz ColoN_FFPE_L03_RNA_01_B23LG7FLT4_1_S73_L008_R2_001.fastq.gz > ColoN_FFPE_L03_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