Skip to content

Commit

Permalink
Delete SHH profiles due to decommissioning
Browse files Browse the repository at this point in the history
  • Loading branch information
jfy133 committed Aug 20, 2021
1 parent 5c9896b commit 59af7f0
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 312 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ Currently documentation is available for the following systems:
* [PRINCE](docs/prince.md)
* [SANGER](docs/sanger.md)
* [SEG_GLOBE](docs/seg_globe.md)
* [SHH](docs/shh.md)
* [UCT_HPC](docs/uct_hpc.md)
* [UPPMAX](docs/uppmax.md)
* [UTD_GANYMEDE](docs/utd_ganymede.md)
Expand Down Expand Up @@ -180,7 +179,6 @@ Currently documentation is available for the following pipelines within specific
* [BINAC](docs/pipeline/ampliseq/binac.md)
* [UPPMAX](docs/pipeline/ampliseq/uppmax.md)
* eager
* [SHH](docs/pipeline/eager/shh.md)
* [EVA](docs/pipeline/eager/eva.md)
* rnafusion
* [MUNIN](docs/pipeline/rnafusion/munin.md)
Expand Down
220 changes: 0 additions & 220 deletions conf/pipeline/eager/shh.config

This file was deleted.

35 changes: 0 additions & 35 deletions conf/shh.config

This file was deleted.

36 changes: 0 additions & 36 deletions docs/pipeline/eager/shh.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/shh.md

This file was deleted.

2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
includeConfig("nfcore_custom.config")
includeConfig("nfcore_custom.config")
1 change: 0 additions & 1 deletion nfcore_custom.config
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ profiles {
prince { includeConfig "${params.custom_config_base}/conf/prince.config" }
sanger { includeConfig "${params.custom_config_base}/conf/sanger.config"}
seg_globe { includeConfig "${params.custom_config_base}/conf/seg_globe.config"}
shh { includeConfig "${params.custom_config_base}/conf/shh.config" }
uct_hpc { includeConfig "${params.custom_config_base}/conf/uct_hpc.config" }
uppmax { includeConfig "${params.custom_config_base}/conf/uppmax.config" }
utd_ganymede { includeConfig "${params.custom_config_base}/conf/utd_ganymede.config" }
Expand Down
1 change: 0 additions & 1 deletion pipeline/eager.config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

profiles {
shh { includeConfig "${params.custom_config_base}/conf/pipeline/eager/shh.config" }
mpcdf { includeConfig "${params.custom_config_base}/conf/pipeline/eager/mpcdf.config" }
eva { includeConfig "${params.custom_config_base}/conf/pipeline/eager/eva.config" }
}

0 comments on commit 59af7f0

Please sign in to comment.