Closed mikerenfro closed 3 years ago
https://github.com/atcg/clustOpt/blob/cbfef33c84575da2cddd26b083d8eefd440aa25e/vcfMissingness.pl#L57
https://github.com/atcg/clustOpt/blob/cbfef33c84575da2cddd26b083d8eefd440aa25e/vcfMissingness.pl#L66
Probably should include dirname($0) since the documentation indicates the script can be run from above the clustOpt directory as perl clustOpt/vcfMissingness.pl --vcflist <vcfListFile>.
dirname($0)
clustOpt
perl clustOpt/vcfMissingness.pl --vcflist <vcfListFile>
https://github.com/atcg/clustOpt/blob/cbfef33c84575da2cddd26b083d8eefd440aa25e/vcfMissingness.pl#L57
https://github.com/atcg/clustOpt/blob/cbfef33c84575da2cddd26b083d8eefd440aa25e/vcfMissingness.pl#L66
Probably should include
dirname($0)
since the documentation indicates the script can be run from above theclustOpt
directory asperl clustOpt/vcfMissingness.pl --vcflist <vcfListFile>
.