-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from B-UMMI/dev
Add StrainXpress to short-read assembly workflow
- Loading branch information
Showing
12 changed files
with
97 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
FROM continuumio/miniconda:4.7.12 | ||
|
||
LABEL software="StrainXpress" \ | ||
software.version="11.08.2022" \ | ||
about.home="https://github.com/kangxiongbin/StrainXpress" \ | ||
about.summary="De novo assembler based on overlap-layout-consensus to assemble high complexity metagenome sequencing data at strain resolution." \ | ||
about.documentation="https://github.com/kangxiongbin/StrainXpress#readme" \ | ||
about.license="https://github.com/kangxiongbin/StrainXpress/blob/main/LICENSE" \ | ||
author="Inês Mendes <[email protected]>" | ||
|
||
WORKDIR /NGStools | ||
|
||
RUN apt-get --allow-releaseinfo-change update \ | ||
&& apt-get install procps git build-essential cmake wget libboost-all-dev -y | ||
|
||
RUN conda install -c bioconda python=3.6 scipy pandas minimap2 | ||
|
||
RUN git clone https://github.com/kangxiongbin/StrainXpress.git \ | ||
&& cd StrainXpress \ | ||
&& sh install.sh | ||
|
||
ENV PATH="/NGStools/StrainXpress/scripts:$PATH" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.