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

Change flatfile-to-json.cwl to add_NCBI_annotation_track.cwl #99

Closed
mpoelchau opened this issue May 29, 2020 · 1 comment
Closed

Change flatfile-to-json.cwl to add_NCBI_annotation_track.cwl #99

mpoelchau opened this issue May 29, 2020 · 1 comment
Assignees

Comments

@mpoelchau
Copy link
Contributor

Related to #66.

It would be great if we could change the current flatfile-to-json.cwl to a workflow that runs add_NCBI_annotation_track.py, instead:

https://github.com/NAL-i5K/ColorByType/blob/master/scripts/add_NCBI_annotation_track.py

Parameters needed:

  • -path /app/data/WebApollo_deployment/apollo_master/jbrowse/bin/flatfile-to-json.pl (we might want to deprecate this in the future, but for now let's add it in)
  • -gff <path-to-gff>
  • -out <path-to-jbrowse-data-directory>
  • -organism <genus_species> (underscore _ between genus and species is important)
  • -trackLabel1 <gggsss_current_models>
  • -release <release-number> ( might need a new entry in the yml file for this...)
  • -source <url-to-genomic-gff>

Example command:
add_NCBI_annotation_track.py -path /app/data/WebApollo_deployment/apollo_master/jbrowse/bin/flatfile-to-json.pl -gff /app/data/working_files/galmel/ASM364042v2/scaffold/analyses/Galleria_mellonella_Annotation_Release_101/galmel_final_for_apollo.gff -out /app/data/other_species/galmel/ASM364042v2/jbrowse/data -organism Galleria_mellonella -trackLabel1 galmel_current_models -release 101 -source ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/003/640/425/GCF_003640425.2_ASM364042v2/GCF_003640425.2_ASM364042v2_genomic.gff.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants