Skip to content
Snippets Groups Projects
Commit 3fd3c88a authored by Renne Thomas's avatar Renne Thomas
Browse files

Remove .d at the end of the tandemWrapper xml output

parent e022f7a4
No related branches found
No related tags found
1 merge request!24Renne
......@@ -281,9 +281,10 @@ TandemBatchProcess::writeXmlInputFile(QXmlStreamWriter *p_out,
p_out->writeAttribute("label", "output, path");
if(mz_file_info.completeSuffix() == "tdf")
{
QString output_name = QFileInfo(mz_file_info.absoluteDir().dirName()).baseName();
p_out->writeCharacters(QString("%1/%2.xml")
.arg(_tandem_run_batch._output_directory)
.arg(mz_file_info.absoluteDir().dirName()));
.arg(output_name));
}
else
{
......
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