Skip to content

Commit

Permalink
Update fastqc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed Apr 14, 2020
1 parent aa76024 commit 2776a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fastqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def version(self):
return TOOL_VERSION

def execute(self, inBam, out_html, out_zip=None, threads=None): # pylint: disable=W0221
threads = util.misc.sanitize_thread_count(threads=int(threads))
threads = util.misc.sanitize_thread_count(threads)

if tools.samtools.SamtoolsTool().isEmpty(inBam):
# fastqc can't deal with empty input
Expand Down

0 comments on commit 2776a85

Please sign in to comment.