File tree Expand file tree Collapse file tree 2 files changed +423
-467
lines changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/query Expand file tree Collapse file tree 2 files changed +423
-467
lines changed Original file line number Diff line number Diff line change 4545import java .io .StringWriter ;
4646import java .util .Arrays ;
4747import java .util .Date ;
48- import java .util .HashMap ;
4948import java .util .List ;
5049import java .util .Map ;
5150
@@ -238,7 +237,7 @@ public void testTranslation() {
238237 }
239238 }
240239 }
241-
240+
242241 public long createExpData (String relPath ) {
243242 PipeRoot pr = PipelineService .get ().getPipelineRootSetting (getContainer ());
244243 if (pr == null )
@@ -257,7 +256,7 @@ public long createExpData(String relPath) {
257256 {
258257 return d .getRowId ();
259258 }
260-
259+
261260 d = ExperimentService .get ().createData (getContainer (), new DataType ("Output" ));
262261 d .setDataFileURI (f .toURI ());
263262 d .setName (f .getName ());
You can’t perform that action at this time.
0 commit comments