-
Notifications
You must be signed in to change notification settings - Fork 75
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
Dev -> Master for 1.6 release #92
Conversation
Bump version to 1.6dev
Typo fix for ENA-API URL
Remove igenomes.config remnants from last template sync
Update CHANGELOG after merging template updates
Replace vanilla Linux Biocontainer with Ubuntu
refactor: use nf-core modules for sratools subworkflow
Add troubleshooting section and FTP alternative docs
|
Tests should be fixed when #91 is merged |
Follow up fixes to issue #57
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.
Small question, otherwise looks good.
// Load nf-core/fetchngs custom profiles from different institutions. | ||
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs! | ||
// try { | ||
// includeConfig "${params.custom_config_base}/pipeline/fetchngs.config" | ||
// } catch (Exception e) { | ||
// System.err.println("WARNING: Could not load nf-core/config/fetchngs profiles: ${params.custom_config_base}/pipeline/fetchngs.config") | ||
// } |
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.
You adding this again?
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.
Actually, I was going to ask why this was commented, don't remember now
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.
That snippet is commented and included there for convenience just in case someone needs to add a pipeline-specific configuration to nf-core/configs e.g. here. This came in through the template sync yesterday and won't do any harm to have here.
refactor: adjust FASTQ pattern
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.
Awesome job @Midnighter and @drpatelh 🚀
// Load nf-core/fetchngs custom profiles from different institutions. | ||
// Warning: Uncomment only if a pipeline-specific instititutional config already exists on nf-core/configs! | ||
// try { | ||
// includeConfig "${params.custom_config_base}/pipeline/fetchngs.config" | ||
// } catch (Exception e) { | ||
// System.err.println("WARNING: Could not load nf-core/config/fetchngs profiles: ${params.custom_config_base}/pipeline/fetchngs.config") | ||
// } |
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.
Actually, I was going to ask why this was commented, don't remember now
Would like to bring in #93 before a release. |
fix: use parameter for publishing mode
Over to you to merge and create the release @Midnighter 😁 |
No description provided.