Difference between revisions of "Pychopper 2016"
From HPC users
Jump to navigationJump to search
Schwietzer (talk | contribs) (Created page with "== Introduction == == Installed version == The currently installed version is available on environment ''hpc-env/6.4'': Pychopper/''0.4.0''-intel-2018a-Python-3.7.0 == Us...") |
Schwietzer (talk | contribs) |
||
Line 5: | Line 5: | ||
The currently installed version is available on environment ''hpc-env/6.4'': | The currently installed version is available on environment ''hpc-env/6.4'': | ||
Pychopper/''0.4.0''-intel-2018a-Python-3.7.0 | Pychopper/'''0.4.0'''-intel-2018a-Python-3.7.0 | ||
== Using Pychopper == | == Using Pychopper == | ||
Line 22: | Line 22: | ||
Always remember: this command is case sensitive! | Always remember: this command is case sensitive! | ||
To get an overview about the basic commands type as follows (after loading the modules): | |||
cdna_classifier.py -h | |||
== Documentation == | == Documentation == | ||
The | The repository and the corresponding README file can be found [https://github.com/nanoporetech/pychopper here]. |
Revision as of 13:27, 4 February 2019
Introduction
Installed version
The currently installed version is available on environment hpc-env/6.4:
Pychopper/0.4.0-intel-2018a-Python-3.7.0
Using Pychopper
If you want to find out more about Pychopper on the HPC Cluster, you can use the command
module spider Pychopper
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version of the module, use the command, e.g.
module load hpc-env 6.4 module load Pychopper
Always remember: this command is case sensitive!
To get an overview about the basic commands type as follows (after loading the modules):
cdna_classifier.py -h
Documentation
The repository and the corresponding README file can be found here.