File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/4a/07c28ae0392032b987c0cceb91e9b5/.command.sh
- Size
- 361 bytes
- Task
- DAQ:MERGE_GENDER
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
echo "sample_id,y_kmer_count,gender_estimate" > gender_estimation.csv
cat HCC1395_BL_gender_estimation.txt HCC1395_tumor_gender_estimation.txt Sig_18_tissue_gender_estimation.txt Sig_18_Blood_gender_estimation.txt >> gender_estimation.csv
cat <<-END_VERSIONS > versions.yml
"DAQ:MERGE_GENDER":
merge_gender: "1.0.0"
END_VERSIONS