From 729dd808366547af14ec8369a68ed6e44a3e0908 Mon Sep 17 00:00:00 2001 From: pdimens Date: Fri, 7 Jun 2024 10:24:11 -0400 Subject: [PATCH] fix wording --- src/harpy/hpc.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/harpy/hpc.py b/src/harpy/hpc.py index 5ab2323f9..1629dfec8 100644 --- a/src/harpy/hpc.py +++ b/src/harpy/hpc.py @@ -75,7 +75,7 @@ def lsf(): if os.path.exists(outfile): click.echo(f"{outfile} exists, overwriting.") print_notice(Markdown(""" -Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `generic-cluster` plugin with: +Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `lsf` plugin with: ```bash mamba install -c bioconda -c conda-forge snakemake-executor-plugin-lsf @@ -110,7 +110,7 @@ def htcondor(): if os.path.exists(outfile): click.echo(f"{outfile} exists, overwriting.") print_notice(Markdown(""" -Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `generic-cluster` plugin with: +Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `htcondor` plugin with: ```bash mamba install -c bioconda -c conda-forge snakemake-executor-plugin-htcondor @@ -144,7 +144,7 @@ def slurm(): if os.path.exists(outfile): click.echo(f"{outfile} exists, overwriting.") print_notice(Markdown(""" -Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `generic-cluster` plugin with: +Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `slurm` plugin with: ```bash mamba install -c bioconda -c conda-forge snakemake-executor-plugin-slurm @@ -177,7 +177,7 @@ def googlebatch(): if os.path.exists(outfile): click.echo(f"{outfile} exists, overwriting.") print_notice(Markdown(""" -Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `generic-cluster` plugin with: +Using a scheduler requires installing an additional Snakemake plugin. If you haven't already, install the `googlebatch` plugin with: ```bash mamba install -c bioconda -c conda-forge snakemake-executor-plugin-googlebatch