You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am not submitting the sequences to ENA, but to create a repeats library to be concatenated with RepeatMasker library. I need to have all the repeats model represented, so 100bp cannot be a limit that is acceptable.
Describe the solution you'd like
Ability to convert sequences less than 100bp to the EMBL format. I do not want to pad the sequence with Ns, it wouldn't make any sense. Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Representation of repeats models where the sequences could be less than 100bp.
The text was updated successfully, but these errors were encountered:
* Remove python_version>="3.8.0" from install_requires section in setup.py that was not working properly. Use instead old fashion test e.g. if sys.version_info < (3,9): sys.exit('Sorry, Python >= 3.9 is required')
This change fix Installation issue EMBLmyGFF3 & python version requirements #79 , fix if I can specify certain python source during python setup.py install #77
* Update test : Remove dates for comparison between expected output and result (DT and RL lines). Change taxonomy for prokka test that has recently changed in NCBI taxonomy DB.
* Move minimum python requirement from python 3.8 to python 3.9 due to solve some dependencies requirement issues
* fix Not for ENA submission: Sequence too short #78 add possibility to avoid to skip short sequences (< 100 nt)
* Change badge in Readme for CI
Is your feature request related to a problem? Please describe.
I am not submitting the sequences to ENA, but to create a repeats library to be concatenated with RepeatMasker library. I need to have all the repeats model represented, so 100bp cannot be a limit that is acceptable.
Describe the solution you'd like
Ability to convert sequences less than 100bp to the EMBL format. I do not want to pad the sequence with Ns, it wouldn't make any sense.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Representation of repeats models where the sequences could be less than 100bp.
The text was updated successfully, but these errors were encountered: