Added scanning for libraries that aren't attached to an encode affiliation.
[htsworkflow.git] / htsworkflow / submission / test / test_ucsc.py
index a003594310069b5108073890abe1d99ec409f2bf..53ac287a5f0b876eb18df0638277493e7e106604 100644 (file)
@@ -12,7 +12,7 @@ wgEncodeCaltechRnaSeqGm12878R2x75Il200FastqRd2Rep1.fastq.tgz  project=wgEncode; g
 class TestUCSCInfo(unittest.TestCase):
     def test_parse_encodedcc_file(self):
         stream = StringIO(ENCODE_FILES)
-        file_index = ucsc.parse_ucsc_file_index(stream)
+        file_index = ucsc.parse_ucsc_file_index(stream, 'http://example.com/files')
         self.assertEquals(len(file_index), 2)
 
         for attributes in file_index.values():