Skip to content
Snippets Groups Projects
Commit 0eadba41 authored by nlecouvr's avatar nlecouvr
Browse files

Merge branch 'master'

parents 6355ecd1 2057f662
Branches
No related tags found
No related merge requests found
...@@ -29,4 +29,4 @@ for seq_record in SeqIO.parse(genome_file, "fasta"): ...@@ -29,4 +29,4 @@ for seq_record in SeqIO.parse(genome_file, "fasta"):
# Writes the position in the .bed file (chro/start/end) # Writes the position in the .bed file (chro/start/end)
line = f"{chrom}\t{start_pos}\t{end_pos}\n" line = f"{chrom}\t{start_pos}\t{end_pos}\n"
f.write(line) f.write(line)
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment