File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ ADD CHANGELOG.md /opt/plasmidID/
1313ADD LICENSE /opt/plasmidID/
1414
1515RUN cd /opt/plasmidID
16- RUN apt install -y libgd-dev
1716RUN /opt/conda/bin/conda env create -f /opt/plasmidID/environment.yml && /opt/conda/bin/conda clean -a
1817RUN /opt/conda/bin/conda env export --name plasmidID > plasmidID.yml
1918ENV PATH /opt/conda/envs/plasmidID/bin:$PATH
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ prokka --force --outdir $output_dir \
212212--usegenus \
213213--centre BU-ISCIII \
214214--locustag $prefix \
215- --compliant \
215+ --addgenes \
216216--cpus $threads \
217217$input_file # || error ${LINENO} $(basename $0) "Prokka command failed. See $output_dir/logs for more information."
218218
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ channels:
55 - defaults
66dependencies :
77 - python>=3.6
8+ - bioconda::perl-gd>=2.71
89 - bioconda::bowtie2
910 - bioconda::bedtools
1011 - bioconda::samtools
You can’t perform that action at this time.
0 commit comments