File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/74/672104bfbbc6f98f5f891326b816b6/.command.sh
- Size
- 363 bytes
- Attempt
Content
View in new tab#!/bin/bash -euo pipefail
agat_convert_sp_gff2tsv.pl \
--gff 659_cfy-T1-TRNA-1_B23WHTKLT4_1.gtf \
--output 659_cfy-T1-TRNA-1_B23WHTKLT4_1.tsv \
cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:FUSIONINSPECTOR_WORKFLOW:AGAT_CONVERTSPGFF2TSV":
agat: $(agat_convert_sp_gff2tsv.pl --help | sed '3!d; s/.*v//' | sed 's/ .*//')
END_VERSIONS