Mentions légales du service

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

wrong script for channel coding

parent 3f3004e5
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ add_doc_param "$container_path" $doc_index "channel_coding" $channel_coding ...@@ -125,7 +125,7 @@ add_doc_param "$container_path" $doc_index "channel_coding" $channel_coding
if $channel_coding if $channel_coding
then then
call_function python3 "$channel_encoding_script" "$source_path" "$channel_path" call_function julia "$channel_encoding_script" "$source_path" "$channel_path"
else else
call_function cp "$source_path" "$channel_path" call_function cp "$source_path" "$channel_path"
fi fi
......
...@@ -212,7 +212,7 @@ then ...@@ -212,7 +212,7 @@ then
done done
decoded_fragments_path="$stored_document_path"/9_decoded_fragments.fasta decoded_fragments_path="$stored_document_path"/9_decoded_fragments.fasta
call_function python3 "$channel_decoding_script" "$fragmented_consensus_path" $frag_length "$decoded_fragments_path" "$container_path"/$document_index/validity_check.txt call_function "$channel_decoding_script" "$fragmented_consensus_path" $frag_length "$decoded_fragments_path" "$container_path"/$document_index/validity_check.txt
#the decoded fragments are reassembled in an unique sequence #the decoded fragments are reassembled in an unique sequence
#select even lines and delete all \n #select even lines and delete all \n
......
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