The issue can be reproduced by loading FASTA files containing invalid filename chars as Id for the sequences (e.g. "/") into the Genomic/mRNA sequences inputs to the Real Time PCR dialog. In that case, the interface will fail to Save / Save as. The GUI will not return an error message, despite error being printed to the console window.
I guess the FASTA Ids could be sanitized when loaded for such purpose.
An example of FASTA that should reproduce the error.
">error/test
CACGCCTA"
The issue can be reproduced by loading FASTA files containing invalid filename chars as Id for the sequences (e.g. "/") into the Genomic/mRNA sequences inputs to the Real Time PCR dialog. In that case, the interface will fail to Save / Save as. The GUI will not return an error message, despite error being printed to the console window.
I guess the FASTA Ids could be sanitized when loaded for such purpose.
An example of FASTA that should reproduce the error.
">error/test
CACGCCTA"