Skip to content

Commit

Permalink
added a message in case PanGenie is run in the old way
Browse files Browse the repository at this point in the history
  • Loading branch information
eblerjana committed Aug 22, 2023
1 parent 963abcb commit ac0f55c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pangenie-genotype.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ int main(int argc, char* argv[]) {
kmersize = stoi(argument_parser.get_argument('k'));
bool add_reference = true;

cerr << endl << "NOTE: by running PanGenie-index first to pre-process data, you can reduce memory usage and speed up PanGenie. This is helpful especially when genotyping the same variants across multiple samples." << endl << endl;

int exit_code = run_single_command(outname, readfile, reffile, vcffile, kmersize, outname, sample_name, nr_jellyfish_threads, nr_core_threads, only_genotyping, only_phasing, effective_N, regularization, count_only_graph, ignore_imputed, add_reference, sampling_size, hash_size);

getrusage(RUSAGE_SELF, &rss_total);
Expand Down

0 comments on commit ac0f55c

Please sign in to comment.