-
Notifications
You must be signed in to change notification settings - Fork 117
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 unite urls #766
Merged
erikrikarddaniel
merged 16 commits into
nf-core:dev
from
erikrikarddaniel:fix-unite-urls
Jul 24, 2024
Merged
Fix unite urls #766
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e5e8f37
Work on SINTAX/UNITE dbs
erikrikarddaniel 627fd8a
Merge branch 'dev' of github.com:nf-core/ampliseq into fix-unite-urls
erikrikarddaniel a6419ce
SINTAX/UNITE fixed urls
erikrikarddaniel be87d1b
Updated DADA UNITE urls
erikrikarddaniel 68d9b29
New QIIME/UNITE urls
erikrikarddaniel 2aae223
CHANGELOG.md
erikrikarddaniel 79297b6
Fix duplicate filenames output from QIIME2_ANCOM_TAX
erikrikarddaniel d8a851f
Move table name
erikrikarddaniel 21f6df8
More CHANGELOG.md
erikrikarddaniel 9d11568
Fixed SINTAX/UNITE urls, tar -> fasta
erikrikarddaniel 82a5665
Disable unite-fungi=9.0 -- seems broken at Unite
erikrikarddaniel 5fde454
Warning in bin/taxref_reformat_sintax_tar.sh
erikrikarddaniel 9a8094d
Revert most of the filename changes in QIIME2_ANCOM_TAX
erikrikarddaniel 641fc4c
Disable Unite databases for --qiime_ref_taxonomy
erikrikarddaniel 1d69762
prettier
erikrikarddaniel 8e9b28d
[automated] Fix code linting
nf-core-bot File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Prepending
${table.baseName}
unfortunately defeats its purpose, because the warning wont be picked up byampliseq/subworkflows/local/qiime2_ancom.nf
Line 45 in e66c9d3
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.
Right, I'll put it after the
WARNING
.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.
it.baseName[0].toString().replace("WARNING ","QIIME2_ANCOM_TAX: ")
will still not work, because its nowWARNING_
instead ofWARNING
(mind the space), correct? Other than that the PR seem fine to me.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.
OK, I reverted most of this, just keeping the
table.baseName
in the filename. (I don't think we have a test case for this any more, since I corrected the Sintax urls.)