Skip to content
Snippets Groups Projects
Commit 269bfef8 authored by tcarver's avatar tcarver
Browse files

update picard

parent bdd4e97e
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ import org.apache.commons.net.ftp.FTPFile; ...@@ -15,7 +15,7 @@ import org.apache.commons.net.ftp.FTPFile;
import org.apache.commons.net.ftp.FTPReply; import org.apache.commons.net.ftp.FTPReply;
import org.apache.log4j.Logger; import org.apache.log4j.Logger;
import net.sf.samtools.util.SeekableStream; import net.sf.samtools.seekablestream.SeekableStream;
/** /**
* Written independently to, but bugfixed by looking at the Savant * Written independently to, but bugfixed by looking at the Savant
...@@ -321,4 +321,11 @@ public class FTPSeekableStream extends SeekableStream { ...@@ -321,4 +321,11 @@ public class FTPSeekableStream extends SeekableStream {
} }
@Override
public long position() throws IOException
{
// TODO Auto-generated method stub
return 0;
}
} }
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