Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SnakeChunks/SnakeChunks
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanheld committed Aug 2, 2018
2 parents 2566861 + 6496381 commit 62b907d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/snakefiles/workflows/RNA-seq_DEG.wf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ include: os.path.join(RULES, "index_bam.rules")
include: os.path.join(RULES, "sartools_DESeq2.rules")
include: os.path.join(RULES, "sartools_edgeR.rules")
include: os.path.join(RULES, "sartools_targetfile.rules")
include: os.path.join(RULES, "sickle.rules")
include: os.path.join(RULES, "subread_align.rules")
include: os.path.join(RULES, "subread_featureCounts.rules")
include: os.path.join(RULES, "subread_featureCounts_all.rules")
Expand Down
1 change: 1 addition & 0 deletions scripts/snakefiles/workflows/RNA-seq_complete.wf
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ include: os.path.join(RULES, "md5sum.rules")
include: os.path.join(RULES, "sartools_targetfile.rules")
include: os.path.join(RULES, "sartools_DESeq2.rules")
#include: os.path.join(RULES, "sartools_edgeR.rules")
include: os.path.join(RULES, "sickle.rules")
#include: os.path.join(RULES, "subread_align.rules")
include: os.path.join(RULES, "subread_featureCounts_all.rules")
include: os.path.join(RULES, "subread_featureCounts.rules")
Expand Down
1 change: 1 addition & 0 deletions scripts/snakefiles/workflows/RNA-seq_transcripts.wf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ include: os.path.join(RULES, "genome_coverage_bigwig.rules")
include: os.path.join(RULES, "get_chrom_sizes.rules")
include: os.path.join(RULES, "gzip.rules")
include: os.path.join(RULES, "index_bam.rules")
include: os.path.join(RULES, "sickle.rules")
include: os.path.join(RULES, "subread_align.rules")
include: os.path.join(RULES, "subread_featureCounts.rules")
include: os.path.join(RULES, "subread_featureCounts_all.rules")
Expand Down

0 comments on commit 62b907d

Please sign in to comment.