File: rename-weights

package info (click to toggle)
libgoby-java 3.3.1%2Bdfsg2-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 58,108 kB
  • sloc: java: 78,105; cpp: 5,011; xml: 3,170; python: 2,108; sh: 1,575; ansic: 277; makefile: 114
file content (8 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/bin/sh
# * Utility to rename weight files to matching alignment basenames.
# * Usage: java -cp goby.jar RenameWeights *XXX.gc-weights
# * The previous line will copy each XXX/match/.gc-weight to the alignment basename
# * that matches XXX and ends with .entries.  For instance, the file XXX.gc-weights
# * will be renamed 1212-XXX.gc-weights if an alignment file named 1212-XXX.entries exists.

java -cp goby.jar edu.cornell.med.icb.goby.util.RenameWeights    $*