Skip to content
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 lncRNAs annotation workflow #579

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions workflows/genome_annotation/lncRNAs_annotation/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /Galaxy-Workflow-lncRNAs_annotation_workflow.ga
testParameterFiles:
- /Galaxy-Workflow-lncRNAs_annotation_workflow-tests.yml
authors:
- name: Romane Libouban
email: [email protected]
5 changes: 5 additions & 0 deletions workflows/genome_annotation/lncRNAs_annotation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [0.1]

Initial version of the lncRNAs annotation workflow.
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
- doc: Test outline for Galaxy-Workflow-lncRNAs_annotation_workflow.ga
job:
Genome assembly:
class: File
location: https://zenodo.org/records/11367439/files/genome_assembly.fasta
filetype: fasta
Genome annotation:
class: File
location: https://zenodo.org/records/11367439/files/genome_annotation.gff3
filetype: gff3
RNA-Seq:
class: File
location: https://zenodo.org/records/11367439/files/SRR8534859_RNASeq_mapped.bam
filetype: bam


outputs:
genome_annotation_gtf:
location: https://zenodo.org/records/13941438/files/gffread.gtf?download=1
compare: sim_size
delta: 300000

stringtie_gtf:
location: https://zenodo.org/records/13941438/files/StringTie.gtf?download=1
compare: sim_size
delta: 300000

lcnRNA_annotation:
location: https://zenodo.org/records/13941438/files/lncRNA_annotation_FEELnc.gtf?download=1
compare: sim_size
delta: 300000
classification:
location: https://zenodo.org/records/13941438/files/Classifier_FEELnc.txt?download=1
compare: sim_size
delta: 300000

lncRNA_genome_annotation:
location: https://zenodo.org/records/13941438/files/Concatenate_datasets.gtf?download=1
compare: sim_size
delta: 300000
Loading