-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add filterScore and sjdOverhangMin parameters #136
Conversation
@PhilPalmer I'm testing this now, but it looks like it is working. Can you check and make sure I did it correctly? Also can you edit the log section of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks great to me!
I've updated the indentation in the log & config. Feel free to merge if you're happy with the testing you've done 🚀
@@ -20,43 +20,87 @@ def helpMessage() { | |||
The typical command for running the pipeline is as follows: | |||
nextflow run main.nf --reads my_reads.csv --gtf genome.gtf --star_index star_dir -profile base,sumner | |||
|
|||
Input files: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, nice idea to change the sections of input parameters in the help message & config. I much prefer your new organisation. I think it makes a lot more sense, especially as new input parameters are added for the specific tools eg STAR/trimmomatic etc.
addresses issue here