Nopes.... not working
PackagesNotFoundError: The following packages are not available from current channels:
- cutadapt
Current channels:
- https://conda.anaconda.org/bioconda/win-64
- https://conda.anaconda.org/bioconda/noarch
- https://repo.anaconda.com/pkgs/main/win-64
- https://repo.anaconda.com/pkgs/main/noarch
- https://repo.anaconda.com/pkgs/r/win-64
- https://repo.anaconda.com/pkgs/r/noarch
- https://repo.anaconda.com/pkgs/msys2/win-64
- https://repo.anaconda.com/pkgs/msys2/noarch
To search for alternate channels that may provide the conda package you're looking for, navigate to
https://anaconda.org
and use the search bar at the top of the page.
Find out where it was installed and reference it explicitly. eg:
/home/bin/cutadapt1.2.3/cutadapt -a ACTCCTACGGGAGGCAGCAG -o output.fastq input.fastqIt means that your command is not in
PATH. Please google whatPATHis and how to set it up, that is basic Linux/Unix.Yes that is true. But a workaround is just to specify the path. There's something else going on because KD uses conda and it handles PATH variables etc for you.
What does
activated through condamean? Did you make a new enviromnent for it? Are you sure you indeed pulled it to that environment rather that the base? Please show full installation commands.It was not in channels and asked to add in channel. then I added accordingly
and cutadapt was activated but commands are not working
FYI I am not the creator of this thread asking for help...
I know. Commenting on an existing chain keeps threads organized, it does not imply that I am specifically commenting on your comment.
I have done this step, but yes I think I am making mistake at this point, but unable to figure it out
I have done this step, but yes I think I am making mistake at this point, but unable to figure it out