-
Notifications
You must be signed in to change notification settings - Fork 86
Update bacterial_genome_annotation WF #1099
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
Open
SantaMcCloud
wants to merge
7
commits into
galaxyproject:main
Choose a base branch
from
SantaMcCloud:update_bac_annot_wf
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
f642bd6
Update bacterial_genome_annotation WF
SantaMcCloud defcc4c
add identifier line
SantaMcCloud 49cba02
add new file for test
SantaMcCloud 31519ce
fix linting
SantaMcCloud 7f3f43e
little changes
SantaMcCloud 70c6780
Remove MultiQC report assertions from tests
paulzierep 56847fa
possible test fix
SantaMcCloud 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
6 changes: 6 additions & 0 deletions
6
workflows/bacterial_genomics/bacterial_genome_annotation/CHANGELOG.md
This file contains hidden or 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
132 changes: 87 additions & 45 deletions
132
...lows/bacterial_genomics/bacterial_genome_annotation/bacterial_genome_annotation-tests.yml
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,69 +1,111 @@ | ||
| - doc: Test outline for bacterial_genome_annotation.ga | ||
| job: | ||
| Input sequence fasta: | ||
| class: File | ||
| path: https://zenodo.org/records/11488310/files/shovill_contigs_fasta | ||
| hashes: | ||
| - hash_function: SHA-1 | ||
| hash_value: b77e9cf8473eaba8a640a398a0b06b9c87249052 | ||
| Sequence collection: | ||
| class: Collection | ||
| collection_type: list | ||
| elements: | ||
| - class: File | ||
| identifier: test_input | ||
| location: https://zenodo.org/records/11488310/files/shovill_contigs_fasta | ||
| hashes: | ||
| - hash_function: SHA-1 | ||
| hash_value: b77e9cf8473eaba8a640a398a0b06b9c87249052 | ||
| Plasmid detection database: plasmidfinder_81c11f4_2023_12_04 | ||
| Bacterial genome annotation database: V5.0_2023-02-20 | ||
| AMRFinderPlus database: amrfinderplus_V3.12_2024-05-02.2 | ||
| Run Bakta : true | ||
| Run ToolDistillator without bakta: true | ||
| Run ToolDistillator with only bakta: true | ||
| outputs: | ||
| integronfinder2_logfile_text: | ||
| asserts: | ||
| has_text: | ||
| text: "Writing out results for replicon" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "Writing out results for replicon" | ||
| integronfinder2_summary: | ||
| asserts: | ||
| has_text: | ||
| text: "contig00001" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "contig00001" | ||
| integronfinder2_results_tabular: | ||
| asserts: | ||
| has_text: | ||
| text: "contig00009_42" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "contig00009_42" | ||
| bakta_hypothetical_tabular: | ||
| asserts: | ||
| has_text: | ||
| text: "DHJLLP_04750" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "DHJLLP_04750" | ||
| bakta_annotation_json: | ||
| asserts: | ||
| has_text: | ||
| text: "aa_hexdigest" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "aa_hexdigest" | ||
| bakta_annotation_tabular: | ||
| asserts: | ||
| has_text: | ||
| text: "Phosphotransferase system cellobiose-specific component IIC" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "Phosphotransferase system cellobiose-specific component IIC" | ||
| isescan_results_tabular: | ||
| asserts: | ||
| has_text: | ||
| text: "IS256_162" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "IS256_162" | ||
| isescan_summary_tabular: | ||
| asserts: | ||
| has_text: | ||
| text: "nIS" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "nIS" | ||
| isescan_logfile_text: | ||
| asserts: | ||
| has_text: | ||
| text: "Both complete and partial IS elements are reported." | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "Both complete and partial IS elements are reported." | ||
| plasmidfinder_result_json: | ||
| asserts: | ||
| has_text: | ||
| text: "positions_in_contig" | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_text: | ||
| text: "positions_in_contig" | ||
| plasmidfinder_results_tabular: | ||
| asserts: | ||
| has_n_columns: | ||
| n: 8 | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| has_n_columns: | ||
| n: 8 | ||
| tooldistillator_summarize_annotation_without_bakta: | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| - that: "has_text" | ||
| text: "contig00009" | ||
| - that: "has_text" | ||
| text: "rep9b:WARNING" | ||
| tooldistillator_summarize_bakta: | ||
| element_tests: | ||
| test_input: | ||
| asserts: | ||
| - that: "has_text" | ||
| text: "UniParc:UPI000005C018" | ||
| - that: "has_text" | ||
| text: "GO:0050511" | ||
| bakta_cut_annotation_summary: | ||
| asserts: | ||
| - that: "has_text" | ||
| text: "contig00009" | ||
| text: "Annotation" | ||
| - that: "has_text" | ||
| text: "rep9b:WARNING" | ||
| tooldistillator_summarize_bakta: | ||
| text: "CDSs" | ||
| multiqc_html_report: | ||
| asserts: | ||
| - that: "has_text" | ||
| text: "UniParc:UPI000005C018" | ||
| - that: "has_text" | ||
| text: "GO:0050511" | ||
| text: "bakta" | ||
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.
Please remember to switch back to individual file mode.