r3fang / SnapATAC

Analysis Pipeline for Single Cell ATAC-seq
GNU General Public License v3.0
301 stars 125 forks source link

is pysam supported in windows? #204

Open achieng33 opened 4 years ago

achieng33 commented 4 years ago

I've tried installing samtools, umi tools, macs2, none of which install with python, anaconda3 or regular old CMD, and when I installed the dependencies one by one, pysam is the only one I can't download. Here is the error message when i run 'conda install pysam':


Collecting package metadata (current_repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve. Collecting package metadata (repodata.json): done Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

Current channels:

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.


the channels in the anaconda website indicate that pysam is not supported on windows. Is there a way to get around this in python?