File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/ef/2cc1d7907d92c301fa6d686ec600af/.command.sh
- Size
- 401 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
cat 659_beZ_T1_TRNA_2_B2372Y3LT4_1_S86_L008_R1_001.fastq.gz > 659_beZ_T1_TRNA_2_B2372Y3LT4_1_R1.fastq.gz
cat 659_beZ_T1_TRNA_2_B2372Y3LT4_1_S86_L008_R2_001.fastq.gz > 659_beZ_T1_TRNA_2_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