Skip to content
Snippets Groups Projects
Commit 1172d152 authored by tcarver's avatar tcarver
Browse files

update to load BAM/VCF files from the command line

parent c8cc46e2
No related branches found
No related tags found
No related merge requests found
...@@ -398,7 +398,8 @@ public class MultiComparator extends JFrame ...@@ -398,7 +398,8 @@ public class MultiComparator extends JFrame
} }
/** /**
* Load NAM/VCF files using the system properties flag -Dbam1 * Load BAM/VCF files using the system properties flag -Dbam1, -Dbam2
* for sequences 1, 2...
* @param index the feature display to associate the files with * @param index the feature display to associate the files with
*/ */
private void loadFromProperty(final int index) private void loadFromProperty(final int index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment