Skip to content

Commit

Permalink
update aux command prodigal test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cantalapiedra committed Feb 8, 2023
1 parent bb21433 commit b6a6026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 553,11 @@ def test_genepred_prodigal(self):
'''
Test gene prediction with prodigal
'''
# rm -r tmp; mkdir tmp;
# rm -r tmp_borrar; mkdir tmp_borrar;
# emapper.py -i tests/fixtures/genepred_contig/contig.fna \
# --itype metagenome --genepred prodigal --data_dir tests/fixtures \
# -m diamond --sensmode sensitive --no_annot \
# --dmnd_db tests/fixtures/genepred_contig/contig.dmnd -o test --output_dir tmp
# --dmnd_db tests/fixtures/genepred_contig/contig.dmnd -o test --output_dir tmp_borrar

##
# Setup test
Expand Down

0 comments on commit b6a6026

Please sign in to comment.