Skip to content

Commit

Permalink
Merge pull request #177 from JureZmrzlikar/change-regions-type
Browse files Browse the repository at this point in the history
segment: Correct the name of regions file
  • Loading branch information
tomazc committed Mar 19, 2018
2 parents 00cc7f5 + 6706b24 commit 82c56cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iCount/genomes/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@

LOGGER = logging.getLogger(__name__)

REGIONS_FILE = 'regions.bed.gz'
REGIONS_FILE = 'regions.gtf.gz'
TEMPLATE_TYPE = 'template_type.tsv'
TEMPLATE_SUBTYPE = 'template_subtype.tsv'
TEMPLATE_GENE = 'template_gene.tsv'
Expand Down

0 comments on commit 82c56cc

Please sign in to comment.