Skip to content

Commit

Permalink
update to hal
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiddes committed Jun 27, 2020
1 parent b1e400f commit ee3cdce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ def output(self):

def run(self):
logger.info('Extracting fasta for {}.'.format(self.genome))
cmd = ['hal2fasta', os.path.abspath(self.hal), self.genome]
cmd = ['hal2fasta', '--onlySequenceNames', os.path.abspath(self.hal), self.genome]
self.run_cmd(cmd)


Expand Down

0 comments on commit ee3cdce

Please sign in to comment.