-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix readqc pipeline.ini fastq_screen databases #422
Conversation
hmm, Im not really sure what you mean by this commit. Maybe we can catch up at lunch and discuss. |
Will try to be more explicit: For fastq_screen database parameters (readqc pipeline), the pipeline.ini in script subfolder contains paths to bowtie indexes of different organism (human, mouse, rat, yeast, phix, bacteria and contaminants), so at that stage all path to databases are loaded into the parameters. If I take the example of the mouse database: I propose to add '#' to all databases in the pipeline.ini file in the pipeline script subfolder. Then the user can remove it from pipeline.ini in pipeline.ini in working directory if he wants to check for contaminants from chosen organisms. Happy to discuss at the break if not clear (sorry I've been busy viewing posters at lunch) |
Ah, ok now I get the issue now. The solution you propose sounds sensible. |
Thanks, Alice. Commenting out the databases for
Provided that there have been previous requests to make |
Thanks Sebastian. |
In the fastq_screen parameters of the readqc pipeline.ini, the databases are all active by default. The comment says to " Put a '#' in front of organisms you are not interested in" but that doesn't work as the entry still exists without '#' in the original pipeline.ini. So it will be loaded into the PARAMS. Therefore even if the user add '#' in front of a database in the pipeline.ini file in the working directory, reads will still be aligned to that genome.
I propose to add a '#' to all databases in the original pipeline.ini and ask the user to remove the '#' in front of the databases he is interested in.