I'm new in gene annotation, can any one help me to implement ensembl gene annotation pipelines. How can I implement the ensembl gene annotation pipeline for my data? ensembl is web based? is there any linux package? can I implement it on my server or their website? can anyone give any tutorial link?
TIA
It is unclear which data you have and what you aim to obtain. Please elaborate (e.g on file formats) and be specific.
I have paired read, contigs, scaffolds , gff file and now I want to annotate the gene like Protein coding genes, Small non coding genes, Long non coding genes, Other non coding genes, Pseudogenes, Gene transcripts.
Maybe this repo: https://github.com/Ensembl/ensembl-annotation suits you, but it isn't been finished.
Actually I don't understand how can I start, can you tell me how can I start? can you please explain this command
find . -name '*.p[l|m]' -exec perltidy -pro=perltidyrc -b {} \;
Check this https://www.linode.com/docs/tools-reference/tools/find-files-in-linux-using-the-command-line/
So what you have is an assembly and a gff file. Please change your post to make this more clear.