diff get_chrom_sizes/calculating_chrom.sizes.py @ 24:feeee18b0084 draft

Uploaded
author jackcurragh
date Wed, 18 May 2022 10:28:29 +0000
parents cc021a23613b
children 9b2bb994fc76
line wrap: on
line diff
--- a/get_chrom_sizes/calculating_chrom.sizes.py	Wed May 18 10:24:56 2022 +0000
+++ b/get_chrom_sizes/calculating_chrom.sizes.py	Wed May 18 10:28:29 2022 +0000
@@ -13,7 +13,7 @@
 if fasta_source == 'builtin':
 	genome = builtin
 
-chromSizesoutput = open('output',"w")
+chromSizesoutput = open(output,"w")
 
 records = []
 record = False