-
Notifications
You must be signed in to change notification settings - Fork 73
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
Add Maker annotation workflow #47
Changes from 9 commits
15bea80
6f792e3
41a2064
1118a0c
bcef099
b81d7e6
4cb151b
97acc4a
b0d0d47
6ca5807
4d5d81a
af8899c
2cac706
9d43494
3daee38
d535a55
dc2e56a
1356592
1ee8509
dce532d
1e08ee3
75c735b
e72d7ff
eda05ed
6d106b2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: 1.2 | ||
workflows: | ||
- name: "ANNOTATION-OF-EUKARYOTIC-GENOMES-WITH-MAKER" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Any particular reason to have this name in upper case? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not really, except that we named all the covid-19 workflows in uppercase, but there's no technical reason to do it. If there's only a single workflow in the folder we could also just call it |
||
primaryDescriptorPath: /maker-annotation-eukaryote.ga | ||
subclass: Galaxy | ||
testParameterFiles: | ||
- /maker-annotation-eukaryote-tests.yml |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
0.1 | ||
--------- | ||
- Initial version of Annotation of eukaryotic genomes with MAKER workflow |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Annotation of eukaryotic genomes with MAKER | ||
------------------------------------------- | ||
|
||
This workflow describes the necessary steps to annotate eukaryotic genomes by using the MAKER tool. Its original version appears in the GTN under the title [Genome annotation with Maker](https://training.galaxyproject.org/training-material/topics/genome-annotation/tutorials/annotation-with-maker/tutorial.html). |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
- doc: Test outline for maker-annotation-eukaryote.ga | ||
job: | ||
EST and/or cDNA: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/cds.fasta?download=1 | ||
Genome sequence: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/genome.fasta?download=1 | ||
Protein sequences: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/proteins.fasta?download=1 | ||
outputs: | ||
BUSCO_full_table_01: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_full_table_01.tabular?download=1 | ||
compare: diff | ||
lines_diff: 4 | ||
BUSCO_missing_orthologs_01: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_missing_orthologs_01.tabular?download=1 | ||
compare: diff | ||
lines_diff: 4 | ||
BUSCO_short_summary_01: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_short_summary_01.txt?download=1 | ||
compare: diff | ||
lines_diff: 6 | ||
BUSCO_short_summary_02: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_short_summary_02.txt?download=1 | ||
compare: diff | ||
lines_diff: 6 | ||
BUSCO_short_summary_03: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_short_summary_03.txt?download=1 | ||
compare: diff | ||
lines_diff: 6 | ||
BUSCO_short_summary_04: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/BUSCO_short_summary_04.txt?download=1 | ||
compare: diff | ||
lines_diff: 6 | ||
SNAP_trained_model: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/SNAP_trained_model.snaphmm?download=1 | ||
compare: size | ||
delta: 10 | ||
fasta_statistics: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/fasta_statistics.tabular?download=1 | ||
compare: size | ||
genome_annotation_statistics_graphs_01: | ||
asserts: | ||
has_size: | ||
size: 18719 | ||
delta: 100 | ||
genome_annotation_statistics_graphs_02: | ||
asserts: | ||
has_size: | ||
size: 18767 | ||
delta: 100 | ||
genome_annotation_statistics_graphs_03: | ||
asserts: | ||
has_size: | ||
size: 18958 | ||
delta: 100 | ||
genome_annotation_statistics_summary_01: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/genome_annotation_statistics_summary_01.txt?download=1 | ||
genome_annotation_statistics_summary_02: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/genome_annotation_statistics_summary_02.txt?download=1 | ||
genome_annotation_statistics_summary_03: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/genome_annotation_statistics_summary_03.txt?download=1 | ||
gffread_cds: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/gffread_cds.fasta?download=1 | ||
compare: size | ||
gffread_exons: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/gffread_exons.fasta?download=1 | ||
compare: size | ||
gffread_translated_cds: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/gffread_translated_cds.fasta?download=1 | ||
compare: size | ||
map_annotation_ids: | ||
class: File | ||
location: https://zenodo.org/record/5095188/files/map_annotation_ids.gff3?download=1 | ||
compare: size | ||
jbrowse_report: | ||
asserts: | ||
has_size: | ||
size: 2483977 | ||
delta: 100 | ||
augus_trained_model: | ||
asserts: | ||
has_size: | ||
size: 46222 | ||
delta: 100 |
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.
master
is a moving target. Ideally this should be changed to pin a specific release before the PR is merged.