Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Installation & module error #52

@OZTaekOppa

Description

@OZTaekOppa

Hi,

I am trying to install it on HPC (PBSpro) but II got this error.

Followed "Developing the Snakemake pipeline"

  1. Conda activated: tox and snakemake
  2. git clone pore-c.git
  3. cd pore-c
  4. tox -e snakemake --notest

(PipCmakeToxSnakeM) XXXX@flashlite2:~/miniconda3/envs/pore-c> tox -e snakemake --notest
.tox recreate: /home/XXXXX/miniconda3/envs/pore-c/.tox/.tox
.tox installdeps: tox-conda, tox >= 3.25.0
ERROR: unknown environment 'snakemake'

Alternatively, I have tried as below.

  1. conda install pore-c
  2. git clone https://github.com/nanoporetech/Pore-C-Snakemake.git
  3. cd pore-c-snakemake
  4. conda env create
  5. conda activate pore_c_snakemake

After this, I have activated "pore-c-snakemake"

(pore-c-snakemake) XXXXX@flashlite2:~/miniconda3/envs> conda -h
usage: conda [-h] [-V] command ...

conda is a tool for managing and deploying applications, environments and packages.

Options:

positional arguments:
command
clean Remove unused packages and caches.
compare Compare packages between conda environments.
config Modify configuration values in .condarc. This is modeled after the git config command. Writes to the user .condarc file (/home/XXXXX/.condarc) by default.
create Create a new conda environment from a list of specified packages.
help Displays a list of available conda commands and their help strings.
info Display information about current conda install.
init Initialize conda for shell interaction. [Experimental]
install Installs a list of packages into a specified conda environment.
list List linked packages in a conda environment.
package Low-level conda package utility. (EXPERIMENTAL)
remove Remove a list of packages from a specified conda environment.
uninstall Alias for conda remove.
run Run an executable in a conda environment.
search Search for packages and display associated information. The input is a MatchSpec, a query language for conda packages. See examples below.
update Updates conda packages to the latest compatible version.
upgrade Alias for conda update.

optional arguments:
-h, --help Show this help message and exit.
-V, --version Show the conda version number and exit.

conda commands available from other packages:
env
(pore-c-snakemake) XXXXX@flashlite2:~/miniconda3/envs> snakemake --use-conda test -j 4 --config=output_dir=results.test
Error: no Snakefile found, tried Snakefile, snakefile, workflow/Snakefile, workflow/snakefile.

Both attempts are not successful. Do you have any idea on this matter?

Looking forward to your reply!

Kind regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions