Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR! Exception caught! #24

Open
woeberdaniela opened this issue Aug 28, 2024 · 2 comments
Open

ERROR! Exception caught! #24

woeberdaniela opened this issue Aug 28, 2024 · 2 comments

Comments

@woeberdaniela
Copy link

Hello! I´m trying to assess the quality of my de novo transcriptome assembly (using Trinity) with rnaQUAST 2.3.0
rnaQUAST.py -c "$trinity_file" -l "$file_left" -r "$file_right" -t 32
$trinity_file is a FASTA file; $file_left and $file_right are forward and reverse reads.

I got the following error message:

Getting reference...

list index out of range
Traceback (most recent call last):
  File "/media/quickdisk/data/miniconda/envs/assembly_control/bin/rnaQUAST.py", line 376, in <module>
    return_code = main_utils(sys.argv)
  File "/media/quickdisk/data/miniconda/envs/assembly_control/bin/rnaQUAST.py", line 100, in main_utils
    reference_dict = UtilsGeneral.list_to_dict(fastaparser.read_fasta(args.reference))
  File "/media/quickdisk/data/miniconda/envs/assembly_control/share/rnaquast-2.3.0-0/general/UtilsGeneral.py", line 106, in list_to_dict
    res[e[0].split()[0].strip()] = e[1].strip()
IndexError: list index out of range

ERROR! Exception caught!

In case you have troubles running rnaQUAST, you can submit the issue to github.com/ablab/rnaquast/issues
Please provide us with rnaQUAST.log file from the output directory.

I´m sorry if it´s an obvious issue, I´m new to transcriptomics and would be glad if someone could help me!

@andrewprzh
Copy link
Contributor

Dear @woeberdaniela

Unfortunately, rnaQUAST works only when the reference genome is provided. Also, -l and -r options in rnaQUAST are not for providing left and right reads.

Best
Andrey

@woeberdaniela
Copy link
Author

I understand, thank you for your reply!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants