-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:grunwaldlab/pathogensurveillance
- Loading branch information
Showing
23 changed files
with
112 additions
and
75 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,15 @@ MAINTAINER Zachary S.L. Foster <[email protected]> | |
|
||
################## BUILD ###################### | ||
|
||
USER root | ||
RUN sudo apt-get update && sudo apt-get install ffmpeg libsm6 libxext6 -y | ||
|
||
# Install nanoplot, quast, bandage, multiqc | ||
RUN <<EOF | ||
conda create -n qc --yes bioconda::nanoplot bioconda::quast bioconda::multiqc bioconda::bandage | ||
EOF | ||
|
||
RUN <<EOF | ||
nextflow run https://github.com/grunwaldlab/pathogensurveillance -profile aps,docker -resume -latest | ||
conda install -n qc --yes nf-core | ||
EOF | ||
|
||
COPY reads /data/reads | ||
COPY sample_data.csv /data/sample_data.csv |
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,8 @@ | ||
sample_id,path,sequence_type,enabled | ||
22-315,/data/reads/xan_22-315_nanopore.fastq.gz,nanopore,FALSE | ||
22-321,/data/reads/xan_22-321_nanopore.fastq.gz,nanopore,FALSE | ||
22-322,/data/reads/xan_22-322_nanopore.fastq.gz,nanopore,FALSE | ||
22-323,/data/reads/xan_22-323_nanopore.fastq.gz,nanopore,FALSE | ||
22-324,/data/reads/xan_22-324_nanopore.fastq.gz,nanopore,FALSE | ||
22-325,/data/reads/xan_22-325_nanopore.fastq.gz,nanopore,FALSE | ||
22-331,/data/reads/xan_22-331_nanopore.fastq.gz,nanopore,TRUE |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.