How to generate FASTQ files for index reads in MiSeq Reporter
MiSeq Reporter is able to generate FASTQ files for index reads. It does not generate them by default. To configure MiSeq Reporter to generate FASTQ files for index reads, follow the steps below: Note: This procedure requires restarting the MiSeq Reporter Service, which requires administrative privileges on the computer. If you do not have administrative privileges, restarting the computer also restarts the MiSeq Reporter service.
Navigate to C:\Illumina\MiSeqReporter
Make a backup copy of MiSeq Reporter.exe.config
Edit the original MiSeq Reporter.exe.config using Notepad
Add the following to the top portion of the file (in the
<appSettings>
section):<add key="CreateFastqForIndexReads" value="1" />
Save the file
Restart the MiSeq Reporter service
Start the Windows Task Manager by pressing Ctrl-Alt-Delete on the keyboard and then selecting Start Task Manager
Select the Services tab
Find MiSeqReporter on the list of services
Right-click on MiSeqReporter and select Stop Service
Right-click on MiSeqReporter again and select Start Service
For all analyses performed by MiSeq Reporter after making this change, a FASTQ file is generated for each index read for each sample. To turn off this feature (ie, to revert to the default behavior of MiSeq Reporter), change the value in<add key="CreateFastqForIndexReads" value="1" />
from 1 to 0, then restart the MiSeq Reporter service.
For any feedback or questions regarding this article (Illumina Knowledge Article #1326), contact Illumina Technical Support techsupport@illumina.com. |
Last updated