File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/f9/4b0d01979f0f9a025d93be5476b060/.command.sh
- Size
- 401 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
cat 659_bqK_T1_TRNA_1_B2372Y3LT4_1_S87_L008_R1_001.fastq.gz > 659_bqK_T1_TRNA_1_B2372Y3LT4_1_R1.fastq.gz
cat 659_bqK_T1_TRNA_1_B2372Y3LT4_1_S87_L008_R2_001.fastq.gz > 659_bqK_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