Skip to content

Commit 5cc4146

Browse files
committed
Merge branch 'release/1.6.5'
2 parents efad6cb + 724c526 commit 5cc4146

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ADD CHANGELOG.md /opt/plasmidID/
1313
ADD LICENSE /opt/plasmidID/
1414

1515
RUN cd /opt/plasmidID
16-
RUN apt install -y libgd-dev
1716
RUN /opt/conda/bin/conda env create -f /opt/plasmidID/environment.yml && /opt/conda/bin/conda clean -a
1817
RUN /opt/conda/bin/conda env export --name plasmidID > plasmidID.yml
1918
ENV PATH /opt/conda/envs/plasmidID/bin:$PATH

bin/prokka_annotation.sh

+1-1
Original file line numberDiff line numberDiff 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

environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ channels:
55
- defaults
66
dependencies:
77
- python>=3.6
8+
- bioconda::perl-gd>=2.71
89
- bioconda::bowtie2
910
- bioconda::bedtools
1011
- bioconda::samtools

0 commit comments

Comments
 (0)