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
When running the fireworks, the following analysis scripts confound the multiple daughters with multiple generations, raising IndexError: index 2 is out of bounds for axis 0 with size 2:
multigen/proteinAvgCountVsBurstSize.py: line 134, in do_plot
monomerExistMultigen[gen_idx,:] = monomerExist
multigen/proteinCountVsFoldChange.py: line 134, in do_plot
monomerExistMultigen[gen_idx,:] = monomerExist
multigen/proteinExistVsBurstSize.py: line 131, in do_plot
monomerExistMultigen[gen_idx,:] = monomerExist
multigen/proteinFoldChangeVsRnaDeg.py: line 131, in do_plot
ratioFinalToInitialCountMultigen[gen_idx,:] = ratioFinalToInitialCount
multigen/proteinFoldChangeVsTranscriptionEvents.py: line 128, in do_plot
ratioFinalToInitialCountMultigen[gen_idx,:] = ratioFinalToInitialCount
multigen/proteinFoldChangeVsTranslationEff.py: line 132, in do_plot
monomerExistMultigen[gen_idx,:] = monomerExist
multigen/proteinMassFractionFoldChange.py: line 150, in do_plot
monomerExistMultigen[gen_idx,:] = monomerExist
will do likewise, and additionally the cohort analyses proteinCopyNumberDistribution and rnaCopyNumberDistribution will raise the IndexError exception. Those analyses only run for simulations with multiple seeds.
The text was updated successfully, but these errors were encountered:
Running:
will queue up a 2-generation simulation including both daughter cells of the 2nd generation:
When running the fireworks, the following analysis scripts confound the multiple daughters with multiple generations, raising
IndexError: index 2 is out of bounds for axis 0 with size 2
:Queueing instead:
will do likewise, and additionally the cohort analyses
proteinCopyNumberDistribution
andrnaCopyNumberDistribution
will raise theIndexError
exception. Those analyses only run for simulations with multiple seeds.The text was updated successfully, but these errors were encountered: