nboley / idr

IDR
GNU General Public License v2.0
164 stars 45 forks source link

Version mismatch between code and documentation (README.md) #45

Open balwierz opened 5 years ago

balwierz commented 5 years ago

README.md says

Get the current repo
wget https://github.com/nboley/idr/archive/2.0.2.zip
[...]
Command Line Arguments
[...]
--use-best-multisummit-IDR
                        Set the IDR value for a group of multi summit peaks (a group of peaks with the same chr/start/stop but different summits) to the best value across all of these peaks. This \
is a work around for peak callers that don't do a good job splitting scores across multi summit peaks (e.g. MACS). If set in conjunction with --plot two plots will be created - one with alternate summits and one without.  Use this option with care.

This option is not present in v. 2.0.2. 2.0.2 has bugs as well. Why not point to 2.0.3 or simply ask to use git clone? I wasted 2h+ on trying to run 2.0.2 which was crashing. See #44