-
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
Bwamemory #166
Bwamemory #166
Conversation
46c516c
to
5cf681d
Compare
|
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.
One question, otherwise looks good
@@ -295,6 +295,7 @@ params { | |||
bowtie2 = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/Bowtie2Index/" | |||
star = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/STARIndex/" | |||
bismark = "${params.igenomes_base}/Homo_sapiens/UCSC/hg19/Sequence/BismarkIndex/" | |||
hisat2 = "s3://genome-idx/hisat/hg19_genome.tar.gz" |
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.
Is there a reason this one must use a separate URL rather than the base?
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.
Yeah, it does because it's not hosted under igenomes.
https://daehwankimlab.github.io/hisat2/download/
We could move it under igenomes, but I'm trying to avoid shaving that yak until we work on nf-core/references a bit more.
Waiting for nf-core/modules#6628 to merge, but that will just be a
nf-core modules update
later, but have a few PRs that are based off this one.