File tree 3 files changed +2
-2
lines changed
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/
13
13
ADD LICENSE /opt/plasmidID/
14
14
15
15
RUN cd /opt/plasmidID
16
- RUN apt install -y libgd-dev
17
16
RUN /opt/conda/bin/conda env create -f /opt/plasmidID/environment.yml && /opt/conda/bin/conda clean -a
18
17
RUN /opt/conda/bin/conda env export --name plasmidID > plasmidID.yml
19
18
ENV 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 \
212
212
--usegenus \
213
213
--centre BU-ISCIII \
214
214
--locustag $prefix \
215
- --compliant \
215
+ --addgenes \
216
216
--cpus $threads \
217
217
$input_file # || error ${LINENO} $(basename $0) "Prokka command failed. See $output_dir/logs for more information."
218
218
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ channels:
5
5
- defaults
6
6
dependencies :
7
7
- python>=3.6
8
+ - bioconda::perl-gd>=2.71
8
9
- bioconda::bowtie2
9
10
- bioconda::bedtools
10
11
- bioconda::samtools
You can’t perform that action at this time.
0 commit comments