TRON-Bioinformatics / neofox

Annotation of mutated peptide sequences with published or novel potential neoantigen descriptors
GNU General Public License v3.0
25 stars 6 forks source link

docs: fix command line argument `--num_cpus` to the correct `--num-cpus` #3

Closed dlaehnemann closed 1 year ago

dlaehnemann commented 1 year ago

I'm trying to use NeoFox and just ran into this issue. The docs state the command line argument for the number of threads to use as --num_cpus, but the command line interface actually implements them as --num-cpus, see these two spots in the code:

So all this does, is fix the docs. I double-checked and think I have caught all relevant occurrences. All the remaining instances of num_cpus are descriptions of the python API, where this is correct.

priesgo commented 1 year ago

Right @dlaehnemann ! Many thanks for spotting and fixing that one.