Skip to content

Commit

Permalink
autoinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Falk Hildebrand (QIB) committed Sep 8, 2023
1 parent e73e495 commit 0345311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoInstall.pl
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,7 @@ ($)
system "tar -xzf $tarUTN -C $ddir;rm -f $tarUTN";
@txt = addInfoLtS("TAX_RANK_KSGP","$DB.tax",\@txt,1);
@txt = addInfoLtS("TAX_REFDB_KSGP","$DB.fasta",\@txt,1);
buildIndex("$DB.fasta");
print "Added $DB.fasta and $DB.tax to lotus config.\n";
return @txt;
}
Expand Down

0 comments on commit 0345311

Please sign in to comment.