DiltheyLab / HLA-LA

Fast HLA type inference from whole-genome data
GNU General Public License v3.0
121 stars 41 forks source link

Custom path to indexed graph #9

Open serge2016 opened 7 years ago

serge2016 commented 7 years ago

Hello! I think it would be more comfortable if user could specify full path to graph dir. It looks like the main place to be changed is:

my $full_graph_dir = $FindBin::RealBin . '/../graphs/' . $graph;
Stikus commented 3 years ago

Looks like it is done by now: customGraphDir suits for it, correct, @AlexanderDilthey ?