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

A tool for determining non-canonical splice sites #17

Closed
GallVp opened this issue Apr 17, 2024 · 3 comments
Closed

A tool for determining non-canonical splice sites #17

GallVp opened this issue Apr 17, 2024 · 3 comments
Assignees
Labels
prototyping A tool or a sub-workflow needs prototyping
Milestone

Comments

@GallVp
Copy link
Member

GallVp commented Apr 17, 2024

No description provided.

@GallVp GallVp added the prototyping A tool or a sub-workflow needs prototyping label Apr 17, 2024
@jasonshiller
Copy link
Collaborator

Couldn't find a tool off the rack for this.
Basic workflow I used was:

  • Add introns to the gff3 file from Russell with agat_sp_add_introns.pl
  • Extract the fasta sequences of the introns based on these new features with agat_sp_extract_sequences.pl
  • Python script to extract the first and last 2 dinucleotides of each intron sequence and output genes with non-can splice sites

Workflow is in pangene/prototyping/splice_sites.qmd

@GallVp
Copy link
Member Author

GallVp commented Jun 24, 2024

Added a reusable workflow, PR: https://github.com/PlantandFoodResearch/nxf-modules/pull/25

@GallVp GallVp self-assigned this Jun 24, 2024
@GallVp
Copy link
Member Author

GallVp commented Oct 6, 2024

@GallVp GallVp closed this as completed Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
prototyping A tool or a sub-workflow needs prototyping
Projects
None yet
Development

No branches or pull requests

2 participants