Skip to content

method files missing #6

@LinFe11

Description

@LinFe11

I’m trying to run rnaincoder.py in RNAonly mode, but the pipeline fails when processing RNA feature methods. For example, running:

python rnaincoder.py
-t RNAonly
-a /home/user/rna_sequences.fasta
-l /home/user/rna_labels.csv
-o ./out
-d 1
-s csvnpy
-n 4
-c 8
-m svm

KeyError: 'K-mer (1D)'

I checked dictMeMatch in Dict_methods.py. Some keys like 'K-mer (1D)' are missing by default, and even after manually adding them, the program still fails. It seems several RNA feature methods may not be properly registered or loaded in the current version.

Could you provide guidance on how to correctly configure RNAonly mode so that all standard RNA features are recognized and processed?

Thanks for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions