qmarcou / IGoR

IGoR is a C++ software designed to infer V(D)J recombination related processes from sequencing data. Find full documentation at:
https://qmarcou.github.io/IGoR/
GNU General Public License v3.0
47 stars 25 forks source link

Choose the number N of scenarios in the output #19

Closed cosimolupo closed 6 years ago

cosimolupo commented 6 years ago

The command-line option "--N" for the "-output" was not effective, due to a bug in the code. I've substituted "n_record_scenarios" to "10" into line 770, so that the user choice for N is effective in the code.

qmarcou commented 6 years ago

Hi @cosimolupo ! Thank you for your pull request that I would have gladly accepted if I had not already fixed the bug on my side. Apologies for not publishing my fix beforehand and wasting your time... Thank you very much for pointing out this bug in a first place and contributing though!