Skip to content

Commit

Permalink
fastqc 0.11.5 -> 0.11.7 (#833)
Browse files Browse the repository at this point in the history
update fastqc to latest version to accomodate novaseq; this should solve the error: "Too many tiles (>500) so giving up trying to do per-tile qualities since we're probably parsing the file wrongly
"
  • Loading branch information
tomkinsc committed Jul 4, 2018
1 parent 52944c3 commit 70e6c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ krona=2.7
last=876
lbzip2=2.5
lz4-bin=131
fastqc=0.11.5
fastqc=0.11.7
gap2seq=2.1
mafft=7.221
mummer4=4.0.0beta2
Expand Down
2 changes: 1 addition & 1 deletion tools/fastqc.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import util.misc

TOOL_NAME = 'fastqc'
TOOL_VERSION = '0.11.5'
TOOL_VERSION = '0.11.7'

log = logging.getLogger(__name__)

Expand Down

0 comments on commit 70e6c5f

Please sign in to comment.