Skip to content
Snippets Groups Projects
Commit 1acd7b39 authored by tjc's avatar tjc
Browse files

read remote BCF files

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15680 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 7e4add4d
Branches
Tags
No related merge requests found
......@@ -736,8 +736,7 @@ public class VCFview extends JPanel
{
if(IOUtils.isBCF(fileName))
{
fileName = testForURL(fileName, true);
vcfReaders[index] = new BCFReader(new File(fileName));
vcfReaders[index] = new BCFReader(fileName);
String hdr = ((BCFReader)vcfReaders[index]).headerToString();
if(hdr.indexOf("VCFv4") > -1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment