Skip to content

Commit

Permalink
Merge pull request #332 from drpatelh/master
Browse files Browse the repository at this point in the history
Remove chipseq from blacklist
  • Loading branch information
ewels authored May 10, 2019
2 parents 86fa6e6 + 020e7f5 commit fabd258
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#### Syncing
* Can now sync a targeted pipeline via command-line
* Updated Blacklist of synced pipelines
* Removed `chipseq` from Blacklist of synced pipelines

#### Other
* Fix small typo in central readme of tools for future releases
Expand Down
5 changes: 2 additions & 3 deletions bin/blacklist.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
"pipelines": [
"chipseq",
"epitopeprediction",
"exoseq",
"neutronstar",
"neutronstar",
"smrnaseq",
"vipr",
"sarek",
Expand All @@ -15,4 +14,4 @@
"scrnaseq",
"guideseq"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def helpMessage() {
* SET UP CONFIGURATION VARIABLES
*/

// Show help emssage
// Show help message
if (params.help){
helpMessage()
exit 0
Expand Down

0 comments on commit fabd258

Please sign in to comment.