Skip to content

Commit

Permalink
picard insert size
Browse files Browse the repository at this point in the history
  • Loading branch information
arnald-alonso committed Aug 7, 2016
1 parent e746df4 commit 12ac851
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/html_lib.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
import shutil
import os

modules = ["trimgalore", "fastqc", "kallisto", "star", "star-fusion", "picard", "htseq-gene", "htseq-exon", "varscan", "gatk"]
modules = ["trimgalore", "fastqc", "kallisto", "star", "star-fusion", "picard", "picard_IS", "htseq-gene", "htseq-exon", "varscan", "gatk"]
module_names = {"trimgalore":"",
"fastqc":"",
"kallisto":"",
"star":"",
"star-fusion":"",
"picard":"",
"picard_IS":"",
"htseq-gene":"",
"htseq-exon":"",
"varscan":"",
Expand Down

0 comments on commit 12ac851

Please sign in to comment.