Skip to content
Snippets Groups Projects
Commit 3b5ee4fd authored by Langella Olivier's avatar Langella Olivier
Browse files

Merge branch 'renne' into 'master'

Renne

See merge request !24
parents 2d0b5e34 3fd3c88a
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