Skip to content
Snippets Groups Projects
Commit 72b8dc8f authored by kohleman's avatar kohleman
Browse files

fixed creation of srf_info text file

SVN: 17022
parent 2c9adb49
No related branches found
No related tags found
No related merge requests found
......@@ -194,10 +194,8 @@ class FlowLaneFeeder extends AbstractPostRegistrationDataSetHandlerForFileBasedU
createMetaDataFileAndHartLinkInTransferDropBox(flowLaneDataSet, flowLaneSample,
flowLane, srfInfo);
File srf_infoFile = new File(file.getParentFile(), SRF_INFO_OUTPUT_FILE);
for (int i = 0; i < srfInfo.size(); ++i)
{
FileUtilities.writeToFile(srf_infoFile, srfInfo.get(i));
}
FileUtilities.writeToFile(srf_infoFile, srfInfo.toString());
File markerFile = new File(dropBox, Constants.IS_FINISHED_PREFIX + fileName);
addFileForUndo(markerFile);
FileUtilities.writeToFile(markerFile, "");
......
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