File Info
- Filename
- .command.sh
- Full Path
- s3://natera-rnd-pltf-dev-nextflow-scratch-01/work/94/67a9259636317d1ea67d3d68b8a599/.command.sh
- Size
- 313 bytes
- Attempt
Content
View in new tab#!/bin/bash -Ceuo pipefail
ngscheckmate_fastq \
-1 Sig_18_tissue_R1.fastq.gz \
-2 Sig_18_tissue_R2.fastq.gz \
SNP_GRCh38_hg38_wChr.pt \
-p 4 \
-s 0.05 \
> Sig_18_tissue.vaf
cat <<-END_VERSIONS > versions.yml
"DAQ:FASTQ_NGSCHECKMATE:NGSCHECKMATE_FASTQ":
ngscheckmate: 1.0
END_VERSIONS