MikkelSchubert / adapterremoval

AdapterRemoval v2 - rapid adapter trimming, identification, and read merging
http://adapterremoval.readthedocs.io/
GNU General Public License v3.0
102 stars 23 forks source link

No sudo permission #20

Closed ghost closed 6 years ago

ghost commented 7 years ago

I am very interested in the function AdapterRemoval, but I don't have the sudo permission. It's hard to install this software.Is there any plan to offer pip or conda installtation?

MikkelSchubert commented 7 years ago

Sudo permission is only needed if you want to install AdapterRemoval for all users. If you simply want to use the program yourself, then you can run the executable directly from the build directory (./build/AdapterRemoval) after you've run the 'make' command, or move it to a folder listed in your PATH variable. That is how I use the program myself.

I do not plan to offer pip (AdapterRemoval is not a Python program) or conda packages. If you need help installing AdapterRemoval on a shared system, then you should contact your system administrator.

Cheers

nickjhathaway commented 6 years ago

You can also install to another directory by setting PREFIX when running make

make install PREFIX=/path/to/install/dir
MikkelSchubert commented 6 years ago

Conda packages are now available for AdapterRemoval thanks to several kind contributors. You can install AdapterRemoval as follows:

conda install -c bioconda adapterremoval

or

conda install -c maxibor adapterremoval2

Feel free to open another issue if you have any further questions or if you run into any other problems.

Best, Mikkel