Change the default mechanism for adding ROD bindings to the new system. TODO: create a new object type for these triplets.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@642 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-05-08 18:43:00 +00:00
parent 3aabc144c6
commit ee777c89de
1 changed files with 1 additions and 3 deletions

View File

@ -171,9 +171,7 @@ public class GenomeAnalysisTK extends CommandLineProgram {
*/
private void bindConvenienceRods(final String name, final String type, final String file )
{
ROD_BINDINGS.add(name);
ROD_BINDINGS.add(type);
ROD_BINDINGS.add(file);
ROD_BINDINGS.add( Utils.join(",", new String[] { name, type, file }) );
}
private static void printExitSystemMsg(final String msg) {