From 23b5117c641c50d397fd46c1d567558466766559 Mon Sep 17 00:00:00 2001 From: Diane Trout Date: Mon, 8 Jul 2013 15:02:42 -0700 Subject: [PATCH] Update test to work with species -> species_name rename. --- encode_submission/{trackhub.py => encode3.py} | 0 htsworkflow/submission/test/test_daf.py | 2 +- htsworkflow/submission/{trackhub.py => trackhub_submission.py} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename encode_submission/{trackhub.py => encode3.py} (100%) rename htsworkflow/submission/{trackhub.py => trackhub_submission.py} (100%) diff --git a/encode_submission/trackhub.py b/encode_submission/encode3.py similarity index 100% rename from encode_submission/trackhub.py rename to encode_submission/encode3.py diff --git a/htsworkflow/submission/test/test_daf.py b/htsworkflow/submission/test/test_daf.py index c722721..7959d1e 100644 --- a/htsworkflow/submission/test/test_daf.py +++ b/htsworkflow/submission/test/test_daf.py @@ -247,7 +247,7 @@ thisView:FastqRd1 dafTerm:filename_re ".*\\\\.fastq" ; # server is 500 for this library self.failUnlessEqual(gel_cut, 100) - species = daf_mapper._get_library_attribute(libNode, 'species') + species = daf_mapper._get_library_attribute(libNode, 'species_name') self.failUnlessEqual(species, "Homo sapiens") with mktempdir('analysis') as analysis_dir: diff --git a/htsworkflow/submission/trackhub.py b/htsworkflow/submission/trackhub_submission.py similarity index 100% rename from htsworkflow/submission/trackhub.py rename to htsworkflow/submission/trackhub_submission.py -- 2.30.2