quick fix
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1655 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
b19fd4d45c
commit
4c89140f21
|
|
@ -97,7 +97,7 @@ sub call {
|
|||
my $doc = $_[8];
|
||||
my $mq = $_[9];
|
||||
|
||||
my $cmd = "perl $sting/perl/1kgScripts/runCallingPipeline.pl -i $inputBams -o $outputHead -q $queue -snps -sting $sting -sample $sample -badsnps $badsnps -doc $doc -mq $mq";
|
||||
my $cmd = "perl $sting/perl/1kgScripts/runCallingPipeline.pl -i \"$inputBams\" -o $outputHead -q $queue -snps -sting $sting -sample $sample -badsnps $badsnps -doc $doc -mq $mq";
|
||||
if ($dry) {
|
||||
$cmd .= " -dry";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue