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
The gcf.id is an index of the GCF object within a list of GCFs and will change when the list changes. gcf.id is used in scoring part (data_linking.py and link_finder.py).
It's better to replace gcf.id(int) with the unique and fixed gcf.gcf_id (string). And so, the logics of scoring part will have to be updated.
The text was updated successfully, but these errors were encountered:
This is a temporary solution. Loading of strains will be refactored later. See issue 104.
* add attribute id to GCF class and use gcf.id in scoring
This is a temporary solution, will remove it later. See issue 103 #103.
The
gcf.id
is an index of the GCF object within a list of GCFs and will change when the list changes.gcf.id
is used in scoring part (data_linking.py
andlink_finder.py
).It's better to replace
gcf.id
(int) with the unique and fixedgcf.gcf_id
(string). And so, the logics of scoring part will have to be updated.The text was updated successfully, but these errors were encountered: