AlignQC icon indicating copy to clipboard operation
AlignQC copied to clipboard

`bioconda` package

Open PertuyF opened this issue 6 years ago • 3 comments

Hi @jason-weirather ,

It seems that you already have a conda package on you own channel vacation, but I have troubles installing from there ("solving environment" takes forever...). Would you mind submitting your recipe on bioconda?

PertuyF avatar Jul 24 '18 15:07 PertuyF

Hi @jason-weirather ,

It seems that you already have a conda package on you own channel vacation, but I have troubles installing from there ("solving environment" takes forever...). Would you mind submitting your recipe on bioconda?

I have the same issue.

Snowymint avatar May 24 '21 17:05 Snowymint

Oh the same issue!

shaghayeghsoudi avatar Apr 25 '23 23:04 shaghayeghsoudi

Oh the same issue!

Sorry for the issues with the conda environment. Its quite an old package, so I would recommend executing through the docker if you are able.

For example

$ docker run -u $(id -u):$(id -g) -v $(pwd)/example_data/:$(pwd)/example_data/ vacation/alignqc:2.0.5 alignqc analyze -g $(pwd)/example_data/chr21chr22chrM.fa.gz -t $(pwd)/example_data/chr21chr22chrM.gencode25.gtf.gz $(pwd)/example_data/chr21chr22chrM.bam -o $(pwd)/example_data/myoutput.xhtml

Docker hub link: vacation/alignqc:2.0.5

jason-weirather avatar Apr 25 '23 23:04 jason-weirather