natedey / RINRUS

Residue Interaction Network ResidUe Selector
MIT License
3 stars 0 forks source link

GenResAtoms.py does not behave at all like description in README.md #12

Closed natedey closed 2 years ago

natedey commented 2 years ago

Eric's example: python3 $HOME/git/RINRUS/bin/GenResAtoms.py -freq freq_per_res.dat -atom res_atoms.dat -seed A:300,A:301,A:302

GenResAtoms.py does not take any of those arguments. It is looking for "datafile" If I run GenResAtoms.py res_atoms.dat I get Traceback (most recent call last): File "/home/ndyonker/git/RINRUS/bin/GenResAtoms.py", line 15, in resatoms[res].append(atom.rsplit("/",1)[1]) IndexError: list index out of range

natedey commented 2 years ago

we merged this functionality with existing scripts and removed it from the repo