You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to relax pysam to a min pin so that rgi can be used in conda environments containing python 3 (& associated packages)? This request is related to #283 - I am currently working with @VinzentRisch's lab on distributing a new collection of QIIME 2 plugins, one of which requires rgi. If that's possible, I'm happy to submit a PR!
The text was updated successfully, but these errors were encountered:
The pysam pin in rgi's conda recipe is not compatible with python 3. Current package build dependencies for pysam 0.16.0.1 are as follows:
{
"arch": "x86_64",
"build": "py27h405c952_3",
"build_number": 3,
"depends": [
"bzip2 >=1.0.8,<2.0a0",
"libcurl >=7.75.0,<8.0a0",
"libdeflate >=1.7,<1.8.0a0",
"python >=2.7,<2.8.0a0",
"python_abi 2.7.* *_cp27m",
"xz >=5.2.5,<5.3.0a0",
"zlib >=1.2.11,<1.3.0a0"
],
"license": "MIT",
"name": "pysam",
"platform": "osx",
"subdir": "osx-64",
"timestamp": 1616877896113,
"version": "0.16.0.1"
}
Is it possible to relax pysam to a min pin so that rgi can be used in conda environments containing python 3 (& associated packages)? This request is related to #283 - I am currently working with @VinzentRisch's lab on distributing a new collection of QIIME 2 plugins, one of which requires
rgi
. If that's possible, I'm happy to submit a PR!The text was updated successfully, but these errors were encountered: