<<" "<<progname<<" -c clones -g germline/homo-sapiens.g -2 -3 data/Stanford_S22.fasta # (detect the locus for each read, including unusual/unexpected recombinations)"<<endl
<<" "<<progname<<" -c clones -g germline/homo-sapiens.g -2 -3 data/Stanford_S22.fasta # (detect the locus for each read, including unusual/unexpected recombinations)"<<endl
<<" "<<progname<<" -c windows -g germline/homo-sapiens.g -2 -uu -U data/Stanford_S22.fasta # (detect the locus, splits all the reads into large files)"<<endl
<<" "<<progname<<" -c windows -g germline/homo-sapiens.g -2 -uu -U data/Stanford_S22.fasta # (detect the locus, splits all the reads into large files)"<<endl
<<" "<<progname<<" -c segment -g germline/homo-sapiens.g -2 -3 data/Stanford_S22.fasta # (full analysis of each read, only for debug/testing)"<<endl
<<" "<<progname<<" -c segment -g germline/homo-sapiens.g -2 -3 data/Stanford_S22.fasta # (full analysis of each read, only for debug/testing)"<<endl
<<" "<<progname<<" -c germlines data/Stanford_S22.fasta # (statistics on the k-mers)"<<endl
<<" "<<progname<<" -c germlines -g germline/homo-sapiens.g data/Stanford_S22.fasta # (statistics on the k-mers)"<<endl
;
;
exit(1);
exit(1);
}
}
...
@@ -654,7 +654,7 @@ int main (int argc, char **argv)
...
@@ -654,7 +654,7 @@ int main (int argc, char **argv)