diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cd2170c..a2bcf8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: needs: test_all_profiles strategy: matrix: - profile: ['abims', 'awsbatch', 'bi','bigpurple', 'binac', 'biohpc_gen', 'cbe', 'ccga_dx', 'ccga_med', 'cfc', 'cfc_dev', 'crick', 'denbi_qbic', 'ebc', 'eddie', 'eva', 'genotoul', 'genouest', 'gis', 'google', 'hebbe', 'icr_davros', 'ifb_core', 'imperial', 'imperial_mb', 'jax', 'kraken', 'mpcdf', 'munin', 'oist', 'pasteur', 'phoenix', 'prince', 'seg_globe', 'shh', 'uct_hpc', 'uppmax', 'utd_ganymede', 'uzh'] + profile: ['abims', 'awsbatch', 'bi','bigpurple', 'binac', 'biohpc_gen', 'cbe', 'ccga_dx', 'ccga_med', 'cfc', 'cfc_dev', 'crick', 'denbi_qbic', 'ebc', 'eddie', 'eva', 'genotoul', 'genouest', 'gis', 'google', 'hebbe', 'icr_davros', 'ifb_core', 'imperial', 'imperial_mb', 'jax', 'mpcdf', 'munin', 'oist', 'pasteur', 'phoenix', 'prince', 'seg_globe', 'shh', 'uct_hpc', 'uppmax', 'utd_ganymede', 'uzh'] steps: - uses: actions/checkout@v1 - name: Install Nextflow diff --git a/README.md b/README.md index 7637725..3e51bb5 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,6 @@ Currently documentation is available for the following systems: * [HEBBE](docs/hebbe.md) * [ICR_DAVROS](docs/icr_davros.md) * [JAX](docs/jax.md) -* [KRAKEN](docs/kraken.md) * [MPCDF](docs/mpcdf.md) * [MUNIN](docs/munin.md) * [OIST](docs/oist.md) diff --git a/conf/kraken.config b/conf/kraken.config deleted file mode 100644 index 59417e9..0000000 --- a/conf/kraken.config +++ /dev/null @@ -1,24 +0,0 @@ -//Profile config names for nf-core/configs -params { - config_profile_name = 'KRAKEN' - config_profile_description = 'Jenkins cluster provided by nf-core/configs.' - config_profile_contact = 'Maxime Garcia or Johannes Alneberg' - config_profile_url = 'kraken.dyn.scilifelab.se' -} - -process { - executor = 'local' -} - -docker { - enabled = true - mountFlags = 'z' - fixOwnership = true -} - -params { - max_memory = 60.GB - max_cpus = 16 - max_time = 72.h - igenomes_base = '/share/igenomes/' -} diff --git a/docs/kraken.md b/docs/kraken.md deleted file mode 100644 index 9426087..0000000 --- a/docs/kraken.md +++ /dev/null @@ -1,10 +0,0 @@ -# nf-core/configs: KRAKEN Configuration - -This profile can be **only** combined with `jenkins.config`. It is used for -testing pipeline with real data on **in-house** cluster located at SciLifeLab. - -To use, run the pipeline with `-profile kraken`. This will download and launch -the [`kraken.config`](../conf/kraken.config) which has been pre-configured to -test the pipeline using `docker` by default. - -Example: `nextflow run -profile kraken,jenkins` diff --git a/nfcore_custom.config b/nfcore_custom.config index 88d7a62..f208d1b 100644 --- a/nfcore_custom.config +++ b/nfcore_custom.config @@ -36,7 +36,6 @@ profiles { genouest { includeConfig "${params.custom_config_base}/conf/genouest.config" } gis { includeConfig "${params.custom_config_base}/conf/gis.config" } hebbe { includeConfig "${params.custom_config_base}/conf/hebbe.config" } - kraken { includeConfig "${params.custom_config_base}/conf/kraken.config" } mpcdf { includeConfig "${params.custom_config_base}/conf/mpcdf.config" } munin { includeConfig "${params.custom_config_base}/conf/munin.config" } oist { includeConfig "${params.custom_config_base}/conf/oist.config" }