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
Typically, scripts named test.py or test_*.py are reserved for testing (e.g. via pytest). It is confusing to have the classification script named test.py, since it is not testing anything.
Please clarify if the above is incorrect. I have based this on the README.md:
To make a prediction, users' own query contigs should be edited into a ".csv" file, where every line contains a single query contig. Through test.py, RNN-VirSeeker will give a set of scores to each query contig, higher of which represents its classification result.
Which to me indicates that test.py is run to classify one's own contigs using the trained model.
The text was updated successfully, but these errors were encountered:
Typically, scripts named test.py or test_*.py are reserved for testing (e.g. via pytest). It is confusing to have the classification script named
test.py
, since it is not testing anything.Please clarify if the above is incorrect. I have based this on the README.md:
Which to me indicates that
test.py
is run to classify one's own contigs using the trained model.The text was updated successfully, but these errors were encountered: