File Info

Filename
.command.sh
Full Path
s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/3f/7edb91db9f93ce5e9c93cc4ac692e8/.command.sh
Size
237 bytes
Attempt
#!/bin/bash -euo pipefail
gtf2bed \
    ref_annot.gtf \
    > ref_annot.bed

cat <<-END_VERSIONS > versions.yml
"NFCORE_RNAFUSION:RNAFUSION:GTF2BED":
    perl: $(echo $(perl --version 2>&1) | sed 's/.*v\(.*\)) built.*/\1/')
END_VERSIONS