pyfishmanager.line module¶
-
class
pyfishmanager.line.
line
(Id, genotype=None, mutation=None, chromosome=None, dateOfBirth=None, fatherId=None, motherId=None, fatherGenotype=None, motherGenotype=None, nFish=None, nMales=None, nFemales=None, nTanks=None, tankType=None, genotypedComment=None, comments=None)[source]¶ Bases:
object
-
readFromArray
(arr, header, dic, silent=True)[source]¶ Reads in array and assigns value using header that is then translated by dict.
Parameters: - arr (list) – Array from reading stock list.
- header (list) – header of stock list.
- dic (dict) – Dictionary of stock list.
Keyword Arguments: silent (bool) – Show warning messages?
-