Closed ejurga closed 11 months ago
Hi,
I will need to look at this issue and it has to do with empty list of dataframes that need to be concatenated to generate a master table of plasmid features with respective coordinates. Effectively you are getting pandas error similar to pd.concat([])
. This means that your sample has most likely no detected plasmid features or plasmids at all (had no time to test your inputs yet). This biomarker_dataframe
was a new feature introduced only in version 3.1.7. Will address this edge case in the next release and push a patch meanwhile that would be available via source code installation. Since you already have all dependencies installed, then install from source code will be very painless.
Sounds good! I'll use the earlier versions in the meantime.
I'll leave the issue open for now in case others run into the same problem.
fixed in v3.1.8 release
MOB-recon v3.1.7 fails when running
create_biomarker_dataframe
. Previous versions (tested on v3.1.4) are working on the same set of contigs.Full stack trace:
This is using mamba to create an environment.
Command run:
I have attached the contigs I used. contigs.fasta.zip