File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/d1/839a807dd34caeaea0ff77142ed33f/.command.sh
- Size
- 364 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
ngscheckmate_fastq \
-1 659_cfy-T1-TDNA-1_A23MHWWLT4_1_R1.fastq.gz \
-2 659_cfy-T1-TDNA-1_A23MHWWLT4_1_R2.fastq.gz \
SNP_GRCh38_hg38_wChr.pt \
-p 4 \
-s 0.05 \
> 659_cfy-T1-TDNA-1_A23MHWWLT4_1.vaf
cat <<-END_VERSIONS > versions.yml
"DAQ:FASTQ_NGSCHECKMATE:NGSCHECKMATE_FASTQ":
ngscheckmate: 1.0
END_VERSIONS