Skip to content

Commit

Permalink
restored include sickle rule in RNA-seq workflows; it had disappeared…
Browse files Browse the repository at this point in the history
… for some reason
  • Loading branch information
jvanheld committed Aug 2, 2018
1 parent 0ae3063 commit 6496381
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 6496381

Please sign in to comment.