yjx1217 / simuG

simuG: a general-purpose genome simulator
MIT License
83 stars 11 forks source link

Uncertainty in description #7

Closed asan-emirsaleh closed 1 year ago

asan-emirsaleh commented 2 years ago

Hello! You have done a great job! Please take a look at the description of -indel_size_powerlaw_constant option. It seems for you to forget to change the description after copying from previous one.

Best regards Asan

yjx1217 commented 2 years ago

Dear Asan,

Thanks for noticing this omit! I've now fixed this issue in both README.md and simuG.pl. The description for this option now reads as follows:

-indel_size_powerlaw_constant
            Specify the exponent factor constant (C) for power-law-fitted indel
            size distribution: p = C * (size) ** (alpha) for size >= 1 &
            size <= 50. Default = 0.5. Example:
            -indel_size_powerlaw_constant 0.5.