Closed:Parallel submission of GATK GenomicsDBImport
0
0
Entering edit mode
3.8 years ago
MAPK ★ 2.1k

I have been trying to submit GATK jobs for chr1 to chrY as below; but not sure why it's not working. It works individually, but when I use parallel the process doesn't do anything after creating the .tdb and json files. Just wondering if I am missing something. Can someone please help me figure out the problem. Thanks for you help in advance!

parallel '/usr/local/gatk-4.1.7.0/gatk --java-options "-Xms4G -Xmx32G -DGATK_STACKTRACE_ON_USER_EXCEPTION=true" \
 GenomicsDBImport \
--genomicsdb-workspace-path /SNPs/TEST/chr{} \
--batch-size 50 \
-L /SNPs/TEST/chr{}.output.bed \
--sample-name-map /home/mylist{}.list \
--tmp-dir=/data/tmp \
--reader-threads 10 \
--max-num-intervals-to-import-in-parallel 10' ::: {1..22} X Y
GATK • 223 views
ADD COMMENT
This thread is not open. No new answers may be added
Traffic: 2044 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6