Closed dcdanko-biotia closed 1 year ago
@dcdanko-biotia I ran the following on Mac OS and I didn't get any errors you encountered:
# downloaded latest commit from https://github.com/arpcard/rgi
# unzip rgi-master.zip file
# load the database and setup in a local directory
python3 ./rgi-master/rgi auto_load --local --debug > load.log 2>&1
# run rgi bwt on the reads provided in this issue
python3 ./rgi-master/rgi bwt -o test_sample.rgi -1 foo.r1.fq.gz --debug --local > run.log 2>&1
See attached logs load.log run.log
Results: test_sample.rgi.gene_mapping_data.txt
Can you provide step-by-step what commands you ran?
@dcdanko-biotia please re-open issue if needed. cheers.
Describe the bug
When I run
rgi bwt
a large number of files are created but the program seemingly never terminates. Output indicates a database indexing step is being run over and over again, this indexing step always ends with a RunTime error.Input
rgi bwt -o test_sample.rgi -1 foo.r1.fq.gz
Input file
foo.r1.fq.gz
, a gzipped fastq file containing 10 reads simulated fromnucleotide_fasta_protein_homolog_model.fasta
using wgsimUnzipped this file contains
Error log
CARD Version
I installed this database using
rgi auto_load
on 2021-09-14RGI version
Resistance Gene Identifier - 5.2.1
Expected behavior
I would expect rgi to rapidly complete since the input sample has only 10 reads.
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context