-
Notifications
You must be signed in to change notification settings - Fork 727
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
PR for Release 1.4 #300
PR for Release 1.4 #300
Conversation
First pass update of relevant files for Salmon addition
Bug fixes for Salmon addition
Minor edit: the docker container name does not have a hyphen
Minor edit to installation.md
Minor: Update other singularity-related docs to reference the correct docker image.
Update adding_your_own.md
add tximport and summarizeexperiment
Fix template merge
Major overhaul of Salmon requirements
Add tximport function
I guess the tools 1.7.1 release is something I will wait for (when we release very soon?) ... |
* Remove ToDo string from README * Template update for nf-core/tools version 1.8.dev0 * Fix multiqc stuff * Remove png, include fix by @drpatelh
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.
Whooo so exciting! I had a few suggestions to make the documentation a little easier to understand. I'm also still confused about when the edgeR
stuff is Euclidean distances vs Pearson's correlation.. maybe you can help?
Co-Authored-By: Olga Botvinnik <[email protected]>
Co-Authored-By: Olga Botvinnik <[email protected]>
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.
Yay it's all "Pearson's Correlation" now! phew I was really confused
Can’t remember why we didn’t just use Pearson’s in the first place... Sorry for any trauma that this decision caused over the years 😂 |
Eventually I think one could replace some k-mer based methods for sample similarity over the edgeR stuff and also make an MDS or UMAP plot but that is not in the scope of this release ... |
* Remove ToDo string from README * Template update for nf-core/tools version 1.8.dev0 * Fix multiqc stuff * Remove png, include fix by @drpatelh * Add Memory adjustments
Oh. Ok then. Ill have a look 👍 |
See #314 |
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.
Breezed over it @apeltzer given the reviews that have come before. Just a couple of minor comments/corrections 👍
I have to say we may need to think about splitting this pipeline up at some point because its gone way beyond the simplicity required to work out whats going on!
* Remove ToDo string from README * Template update for nf-core/tools version 1.8.dev0 * Fix multiqc stuff * Remove png, include fix by @drpatelh * Add Memory adjustments * Final Dependency updates for PR 1.4 * Let's get RSEM in once we add it :-)
Not up2date anymore - all things resolved 🎉
--fasta '[path to Fasta reference]' \ | ||
--gtf '[path to GTF file]' \ | ||
--bed12 '[path to bed12 file]' | ||
--star_index '/path/to/STAR/index' \ |
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.
--star_index '/path/to/STAR/index' \ | |
--star_index '/path/to/star_index_directory/' \ |
Make it more obvious that this is a folder
--gtf '[path to GTF file]' \ | ||
--bed12 '[path to bed12 file]' | ||
--star_index '/path/to/STAR/index' \ | ||
--hisat2_index '/path/to/HISAT2/index' \ |
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.
--hisat2_index '/path/to/HISAT2/index' \ | |
--hisat2_index '/path/to/hisat2_index_directory/' \ |
Make it more obvious that this is a folder
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.
oops I thought I submitted this!! next time ..
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.
Something for V1.5 :-)
This is the
dev
tomaster
PR for making a release 1.4 for nf-core/rnaseq. Lots of changes, so please have a look and review 👍PR checklist
nextflow run . -profile test,docker
).nf-core lint .
).docs
is updatedCHANGELOG.md
is updatedREADME.md
is updated