polish: varcall with parallel
This commit is contained in:
parent
28ef396afd
commit
31296d3cc9
1 changed files with 1 additions and 1 deletions
2
RGBEPP.d
2
RGBEPP.d
|
@ -219,7 +219,7 @@ void processVarCall(string[] ARG_L, string ARG_R, int ARG_T, string DirMap, stri
|
|||
|
||||
createDir(DirVcf);
|
||||
|
||||
foreach (string file; ARG_L) {
|
||||
foreach (string file; parallel(ARG_L, 1)) {
|
||||
string baseName = getBaseName(file);
|
||||
string inputBam = DirBam ~ "/" ~ baseName ~ ".bam";
|
||||
string outputVcf = DirVcf ~ "/" ~ baseName ~ ".vcf.gz";
|
||||
|
|
Loading…
Reference in a new issue