I am getting this error when uploading the human mtDNA sequence:
Parameter input: Metadata: Value (‘%s’) must fulfill float(‘1’) <= float(value) <= float(‘1’)
HowmI solve this?
I am getting this error when uploading the human mtDNA sequence:
Parameter input: Metadata: Value (‘%s’) must fulfill float(‘1’) <= float(value) <= float(‘1’)
HowmI solve this?
Welcome, @abarrientos
I have an example of the tool use in this history →
Maybe comparing to my example helps?
In short, the tool expects a single fasta sequence as the input. Your error suggests that more than one fasta sequence was input but that’s just a guess!
Quote from the tool (scroll down to find this)
Help
MITOS2 does a de-novo annotation of a given metazoan mitochondrial sequence.
Inputs
- A fasta formatted sequence
- MITOS2 processes only FASTA files containing a single sequence. If you have a FASTA file with multiple sequences you may use the tool Split Fasta files into a collection. The resulting collection can then used as input to MITOS2.
- The correct genetic code needs to be selected
Please give that a review, and if you need more help, please share back your history and we can try to solve whatever may be going wrong. How to share you work (with context) is in the banner at this forum, or please see here directly → How to get faster help with your question
Let’s start there, thanks!