Package: plucker
Version: 1.8-33+b1
Severity: wishlist
File: /usr/share/man/man1/plucker-decode.1.gz

We read
       -s     show statics for each document
does that mean "statistics"?

Let's find out
$ plucker-decode    /tmp/group_read.150713332.pdb 2>&1|wc
      7      82   34099
$ plucker-decode -s /tmp/group_read.150713332.pdb 2>&1|wc
      9      84   34144
$ plucker-decode -s /tmp/group_read.150713332.pdb 2>&1|sed 1,2d|wc
      7      82   34099
$ plucker-decode -s /tmp/group_read.150713332.pdb 2>&1|sed 1,2!d

Processing /tmp/group_read.150713332.pdb...

So one is not sure what it means.

By the way, I saw

  File "/usr/bin/plucker-decode", line 2497, in <module>
    verbose=option['d'])
  File "/usr/bin/plucker-decode", line 2418, in Undump_PluckerDocument
    raise ValueError("Unknown Plucker data ...% repr(data))

for the attached file.

Attachment: group_read.150713332.pdb
Description: pdb

P.S.,
$ plucker-decode -s /tmp/group_read.150713332.pdb 2> 222 > 111
$ ls -l 222 111
-rw-r--r-- 1 jidanni jidanni 16988 Jul 15 07:30 111
-rw-r--r-- 1 jidanni jidanni 17156 Jul 15 07:30 222
it is not clear what is being sent to these files.
Perhaps document the difference.

Reply via email to