Skip to content

Commit

Permalink
Update lsaBGC-ComprehenSeeIve
Browse files Browse the repository at this point in the history
  • Loading branch information
raufs authored Aug 4, 2024
1 parent 67804e2 commit 7feb8f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/lsaBGC-ComprehenSeeIve
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def lsaBGC_ComprehenSeeIve():
line = line.strip()
sample, population, method, genome_path, bgc_id, bgc_path, bgc_type, line_gcf_id, scaffold, start, end, bgc_length, dist_to_edge = line.split('\t')
if line_gcf_id == gcf_id:
glf_handle.write('\t'.join([sample, bgc_path, method]) + '\n')
glf_handle.write('\t'.join([sample, bgc_path, method, dist_to_edge]) + '\n')
glf_handle.close()

# Create GCF object
Expand Down Expand Up @@ -193,4 +193,4 @@ def lsaBGC_ComprehenSeeIve():
sys.exit(0)

if __name__ == '__main__':
lsaBGC_ComprehenSeeIve()
lsaBGC_ComprehenSeeIve()

0 comments on commit 7feb8f6

Please sign in to comment.