-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I am trying to install sm_assemblies in an ubuntu 18.04 machine.
I installed conda first of all.
The specifications of my conda installation are as follows:
conda 4.8.2
Python 3.6.7
Next, I created an environment for sm_assemblies and inside the environment I installed the following:
conda install -c bioconda -c conda-forge snakemake
conda install -c conda-forge biopython
conda install -c bioconda blat
conda install -c bioconda ncbitk (just in case)
conda install -c anaconda wget
conda install -c bioconda samtools
I did clone the https://github.com/WatsonLab/sm_assemblies.git into my home directory.
The list of dependencies I CANNOT install:
splign (https://www.ncbi.nlm.nih.gov/sutils/splign/splign.cgi?textpage=downloads)
I did wget ftp://ftp.ncbi.nlm.nih.gov/genomes/TOOLS/splign/linux-i64/splign.tar.gz
but I cannot find a way to install it in conda. How to install it in conda? I am kind of newbie to linux.
Python 3.5 (I HAVE PYTHON 3.6.7 in conda, do I need to install python 3.5?)
Any help or hint will be very much appreciated.
I have 6 pacbio bacterial genome assemblies I would like to evaluate by using sm_assemblies.
Best reagards,
pomidorku