File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/71/17cd43b5fdf2f5c7cb7cfe58892456/.command.sh
- Size
- 401 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
cat 659_bW9_T1_TRNA_1_B2372Y3LT4_1_S89_L008_R1_001.fastq.gz > 659_bW9_T1_TRNA_1_B2372Y3LT4_1_R1.fastq.gz
cat 659_bW9_T1_TRNA_1_B2372Y3LT4_1_S89_L008_R2_001.fastq.gz > 659_bW9_T1_TRNA_1_B2372Y3LT4_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