Mentions légales du service

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

changes in filename

parent d1a1079c
Branches
Tags
No related merge requests found
...@@ -194,7 +194,7 @@ def convert_to_sequence(compressed_dir_path, payload_fragments_dir_path): ...@@ -194,7 +194,7 @@ def convert_to_sequence(compressed_dir_path, payload_fragments_dir_path):
# checking if it is a file # checking if it is a file
if os.path.isfile(file_path): if os.path.isfile(file_path):
output_file_path = os.path.join(payload_fragments_dir_path, filename.replace(".gz", ".fasta")) output_file_path = os.path.join(payload_fragments_dir_path, filename.replace(".gz", ""))
dna_sequence = file_to_dna.encode_file(file_path, output_file_path) # convert binaries into a dna sequence and save result in the output file dna_sequence = file_to_dna.encode_file(file_path, output_file_path) # convert binaries into a dna sequence and save result in the output file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment