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:
parent
3aabc144c6
commit
ee777c89de
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue