Closed kededa closed 2 years ago
Hi Kededa,
We have forked the pychopper repo to the EPI2ME Labs repo here: https://github.com/epi2me-labs/pychopper and the newest version there (2.7.0) can accept -k PCS111
.
Install it from conda with conda install pychopper -c epi2melabs -c bioconda -c conda-forge
The current repo will be deprecated.
Thanks,
Neil
Hi Neil Thank you for your comment. I ran "conda install pychopper -c epi2melabs -c bioconda -c conda-forge". But the install log shows the version of pychopper is still 2.5.0 (pychopper-2.5.0-py_0). Please see the log below.
$ conda install pychopper -c epi2melabs -c bioconda -c conda-forge
Collecting package metadata (current_repodata.json): done
Solving environment: done
## Package Plan ##
environment location: /home/kenichi/anaconda3
added / updated specs:
- pychopper
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2022.5.18.1| ha878542_0 144 KB conda-forge
certifi-2022.5.18.1 | py39hf3d152e_0 150 KB conda-forge
hmmer-3.3.2 | h87f3376_2 9.6 MB bioconda
openssl-1.1.1o | h166bdaf_0 2.1 MB conda-forge
python-edlib-1.3.9 | py39hc16433a_1 75 KB bioconda
------------------------------------------------------------
Total: 12.1 MB
The following NEW packages will be INSTALLED:
hmmer bioconda/linux-64::hmmer-3.3.2-h87f3376_2
parasail-python bioconda/linux-64::parasail-python-1.2.4-py39h98c8e45_1
pychopper bioconda/noarch::pychopper-2.5.0-py_0
python-edlib bioconda/linux-64::python-edlib-1.3.9-py39hc16433a_1
python_abi conda-forge/linux-64::python_abi-3.9-2_cp39
The following packages will be UPDATED:
ca-certificates pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2022.5.18.1-ha878542_0
conda pkgs/main::conda-4.13.0-py39h06a4308_0 --> conda-forge::conda-4.13.0-py39hf3d152e_1
The following packages will be SUPERSEDED by a higher-priority channel:
certifi pkgs/main::certifi-2022.5.18.1-py39h0~ --> conda-forge::certifi-2022.5.18.1-py39hf3d152e_0
openssl pkgs/main::openssl-1.1.1o-h7f8727e_0 --> conda-forge::openssl-1.1.1o-h166bdaf_0
Proceed ([y]/n)?
Hi Kededa. Could you try installing pyhopper using mamba instead of conda please. Same command but with mamba.
Get Outlook for Androidhttps://aka.ms/AAb9ysg
From: kededa @.> Sent: Thursday, June 2, 2022 5:04:46 PM To: epi2me-labs/wf-isoforms @.> Cc: Neil Horner @.>; Comment @.> Subject: Re: [epi2me-labs/wf-isoforms] support for PCS111 (Issue #12)
Hi Neil Thank you for your comment. I ran "conda install pychopper -c epi2melabs -c bioconda -c conda-forge". But the install log shows the version of pychopper is still 2.5.0 (pychopper-2.5.0-py_0). Please see the log below.
$ conda install pychopper -c epi2melabs -c bioconda -c conda-forge Collecting package metadata (current_repodata.json): done Solving environment: done
environment location: /home/kenichi/anaconda3
added / updated specs:
The following packages will be downloaded:
package | build
---------------------------|-----------------
ca-certificates-2022.5.18.1| ha878542_0 144 KB conda-forge
certifi-2022.5.18.1 | py39hf3d152e_0 150 KB conda-forge
hmmer-3.3.2 | h87f3376_2 9.6 MB bioconda
openssl-1.1.1o | h166bdaf_0 2.1 MB conda-forge
python-edlib-1.3.9 | py39hc16433a_1 75 KB bioconda
------------------------------------------------------------
Total: 12.1 MB
The following NEW packages will be INSTALLED:
hmmer bioconda/linux-64::hmmer-3.3.2-h87f3376_2 parasail-python bioconda/linux-64::parasail-python-1.2.4-py39h98c8e45_1 pychopper bioconda/noarch::pychopper-2.5.0-py_0 python-edlib bioconda/linux-64::python-edlib-1.3.9-py39hc16433a_1 python_abi conda-forge/linux-64::python_abi-3.9-2_cp39
The following packages will be UPDATED:
ca-certificates pkgs/main::ca-certificates-2022.4.26-~ --> conda-forge::ca-certificates-2022.5.18.1-ha878542_0 conda pkgs/main::conda-4.13.0-py39h06a4308_0 --> conda-forge::conda-4.13.0-py39hf3d152e_1
The following packages will be SUPERSEDED by a higher-priority channel:
certifi pkgs/main::certifi-2022.5.18.1-py39h0~ --> conda-forge::certifi-2022.5.18.1-py39hf3d152e_0 openssl pkgs/main::openssl-1.1.1o-h7f8727e_0 --> conda-forge::openssl-1.1.1o-h166bdaf_0
Proceed ([y]/n)?
— Reply to this email directly, view it on GitHubhttps://github.com/epi2me-labs/wf-isoforms/issues/12#issuecomment-1145043086, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ABAJTVSVI7OQ5WJJD2IUSRLVNDLR5ANCNFSM5XNYQRZQ. You are receiving this because you commented.Message ID: @.***>
IMPORTANT NOTICE: The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, re-transmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. Although we routinely screen for viruses, addressees should check this e-mail and any attachment for viruses. We make no warranty as to absence of viruses in this e-mail or any attachments.
CONFIDENTIAL
Hi Ultimately I used latest wf-isoforms that includes pychopper 2.7.0. Thank you for your support.
Hi, Does "--pychopper_opts" only accept '-k PCS109' or '-k PCS110'? I used SQK-PCS111 kit for library prep, and I would like to select PCS111 for pychopper_opts. But the workflow emitted this error. How do we use PCS111 data in this workflow?