-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with dockers #5
Comments
PhySpyHab den Docker für PhySpi fertig: FROM continuumio/miniconda2
RUN apt-get update && apt install -y procps git wget make gcc g++ unzip && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN conda config --add channels conda-forge && \
conda config --add channels bioconda && \
conda config --add channels default
# Package randomForest in R - version 4.5-36 or later
RUN conda install -c conda-forge r-randomforest && \
conda install -c conda-forge/label/gcc7 r-randomforest && \
conda install -c conda-forge/label/cf201901 r-randomforest && \
conda install -c scikit-learn
#get git
RUN git clone https://github.com/linsalrob/PhiSpy.git
RUN cd /PhiSpy && \
make
RUN cd /PhiSpy && \
chmod a+x *
ENV PATH /PhiSpy:$PATH
|
die anwendung sieht complexer aus mit diesen seed genomen: Versuche mal rauszubekommen was du alles machen muss um das analysieren. genbank files kann man mit prokka erstellen. das kann ich einbauen. |
Phigaro
From continuumio/miniconda3
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt install -y procps git locate wget make gcc && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN conda config --add channels conda-forge && \
conda config --add channels bioconda && \
conda config --add channels default
####Dockerfile
Run conda install hmmer prodigal
#get git
Run git clone https://github.com/bobeobibo/phigaro.git
#install Phigaro
# printf "1\n1\nn" | phi..... beantwortet alle fragen
RUN cd phigaro && \
pip install phigaro && \
chmod a+x * && \
printf "1\n1\nn" | phigaro-setup --no-updatedb
# phigaro-setup --no-updatedb
# datenbank download dauert 30 min
ENV PATH /Phigaro:$PATH
#
# phigaro -f /phigaro/test_data/Bacillus_anthracis_str_ames.fna -e txt html stdout -o result
#ergebnisdatei ist result
build und Error-msg
|
Meine Idee zu Phigaro:
|
@Stormrider935
|
|
|
we cant go into the /phigaro workdir. we have a separate process dir in nextflow |
|
General thread to talk and solve Dockerfile issues
The text was updated successfully, but these errors were encountered: