Mentions légales du service

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

renaming scripts

parent b5a84a15
No related branches found
No related tags found
No related merge requests found
......@@ -173,13 +173,13 @@ then
#Consensus
consensus_script="$project_dir"/sequencing_simulation/consensus.py
consensus_script="$project_dir"/sequencing_simulation/cluster_consensus.py
call_function python3 "$consensus_script" "$clusters_frag_dir" "$consensus_path" $coded_frag_length
else #ordered assembly
start_sequence=$(get_doc_param $container_path $document_index "start_sequence")
consensus_script="$project_dir"/sequencing_simulation/kmer_consensus.py
consensus_script="$project_dir"/sequencing_simulation/reads_consensus.py
if $channel_coding
then
......
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