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

give fasta file aboslute path in the error message

parent 6524a5f8
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ TandemBatchProcess::writeXmlDatabaseFile(QXmlStreamWriter *p_out)
QObject::tr(
"error : Fasta file %1 is not writable.\n\"tandem.exe\" requires "
"write permission on fasta files to run correctly.")
.arg(_tmp_database_file.fileName()));
.arg(QFileInfo(fasta_file).absoluteFilePath()));
}
p_out->writeStartElement("file");
p_out->writeAttribute("format", "peptide");
......
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