Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 4a51ecee authored by BOULLE Olivier's avatar BOULLE Olivier
Browse files

update args

parent 4fd9f2d8
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ int main(int argc, char* argv[]) {
input_fastq = "new_tests/"+data_name+"/shuffled_reads_"+data_name+".fastq";
output_dir = "new_tests/"+data_name+"/clusters_"+data_name;
std::string start_primer = "AGCCATCGTACGTAGCGGAT";
std::string start_primer = "GTTCAGAGTTCTACAGTCCGACGATCC";
clustering(input_fastq, start_primer, 3, output_dir);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment