1. You are designing a Transimpedance Amplifier (including Rf), which by nature has a low input impedance. Rin_of_TA = is quite low because of the feedback connection : Shunt - Shunt.
2. Because of this, its input voltage bias point is already set and that is going to be whatever you apply to the positive input terminal of the opamp Vin+ = Vin-
3. Now to your question regarding the dc bias voltage of the current source... This isn't the question you should be asking, because in an ideal scenario it doesnt really matter... Let me try to explain:
Remember the TA's input is a low impedance node. You are going to drive the TA with a proper Current Source, which by nature has a high output impedance, for example idc in analogLib. When connecting a high impedance node to a low impedance node, the existing voltage of the low impedance node always dominates. This is the bias point of the TA's input and it is already set, as mentioned above in (2). So go ahead and connect an idc to the TA referenced to ground, VDD, 1000volts, whatever you want, it doesn't matter... Personally I would connect the other side of idc to Vin+ = VDD/2 just to make everything nice and symmetrical but it really doesn't matter.
4. The question you should be asking yourself is this: in the real world, outside of cadence virtuoso, what is your Current Source going to be? And what is its allowable output voltage range going to be? If its output voltage range can handle the possible input bias points of the TA then you're fine.
5. To understand this even better you can make your own Current Source: Design a simple single stage nmos Common Source (CS) amplifier with a pmos transistor current source on top biasing it (this is basically the second stage of your opamp). Bias it properly so that its output voltage Vout sits around VDD/2. It doesnt have to be perfect just close to VDD/2 so that is works properly. This doesn't need any feedback, this is a single transistor amplifier and operates in open loop. Its output impedance is going to be rdsnmos // rdspmos and this is a relatively high impedance. This is now going to be your new Current Source in place of idc! Now connect it to the TA and see what happens... hope these tips help!