<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi David,<div class="">Yes all the code used by Ensembl is free to use and can be found on <a href="http://github.com/Ensembl" class="">github.com/Ensembl</a>. Unfortunately we do not have a proper documentation on how to install the pipelines and how to use them but we are working on it.</div><div class=""><br class=""></div><div class="">If by locally you mean on your laptop, it might take some time, probably more than a month but it is hard to predict. Our pipeline is made to be run on a cluster with hundreds of job running in parallel.</div><div class=""><br class=""></div><div class="">All our pipelines are made to use MySQL databases which are created when the pipeline needs them. You need to have a database with the Ensembl schema containing your dna. If the assembly is available at NCBI the pipeline will do the right thing. Otherwise you will need to manually load your assembly into the database.</div><div class=""><br class=""></div><div class="">We are using linuxbrew to install all the software we need:</div><div class=""><a href="https://github.com/Ensembl/homebrew-ensembl" class="">https://github.com/Ensembl/homebrew-ensembl</a></div><div class=""><a href="https://github.com/Ensembl/homebrew-cask" class="">https://github.com/Ensembl/homebrew-cask</a></div><div class=""><a href="https://github.com/Ensembl/homebrew-external" class="">https://github.com/Ensembl/homebrew-external</a></div><div class=""><a href="https://github.com/Ensembl/homebrew-moonshine" class="">https://github.com/Ensembl/homebrew-moonshine</a> (you will need to get the license and archive for software like genscan)</div><div class="">brew tap ensembl/ensembl</div><div class="">brew tap ensembl/cask</div><div class="">brew tap ensembl/external</div><div class="">brew tap ensembl/moonshine</div><div class="">brew install genebuild-annotation</div><div class="">brew install rnaseq-pipeline<br class=""><div><br class=""></div><div>Once all the softwares are installed, you will need these repositories to run the pipeline:</div><div><a href="https://github.com/Ensembl/ensembl" class="">https://github.com/Ensembl/ensembl</a></div><div><a href="https://github.com/Ensembl/ensembl-analysis" class="">https://github.com/Ensembl/ensembl-analysis</a> dev/hive_master (branch)</div><div><a href="https://github.com/Ensembl/ensembl-hive" class="">https://github.com/Ensembl/ensembl-hive</a></div><div><a href="https://github.com/Ensembl/ensembl-compara" class="">https://github.com/Ensembl/ensembl-compara</a></div><div><a href="https://github.com/Ensembl/ensembl-io" class="">https://github.com/Ensembl/ensembl-io</a></div><div><a href="https://github.com/Ensembl/ensembl-killlist" class="">https://github.com/Ensembl/ensembl-killlist</a></div><div><a href="https://github.com/Ensembl/ensembl-production" class="">https://github.com/Ensembl/ensembl-production</a></div><div><a href="https://github.com/bioperl/bioperl-live" class="">https://github.com/bioperl/bioperl-live</a> release-1-6-924 (tag)</div><div><br class=""></div><div>ensembl-hive is our job manager which we use with LSF, SGE is supported and some others job scheduler too. If you want to run jobs locally a bit more tuning might be required.</div><div><br class=""></div><div>The configuration of the pipeline will need some tweaking but we will be happy to help.</div><div><br class=""></div><div>Thanks</div><div>Thibaut</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On 9 Apr 2018, at 17:46, David Mathog <<a href="mailto:mathog@caltech.edu" class="">mathog@caltech.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 06-Apr-2018 14:12, David Mathog wrote:<br class=""><blockquote type="cite" class="">Greetings all,<br class="">Is the software used for this<br class="">   <a href="http://uswest.ensembl.org/info/genome/genebuild/automatic_coding.html" class="">http://uswest.ensembl.org/info/genome/genebuild/automatic_coding.html</a><br class="">publicly available?  That is, can it be downloaded and run locally?<br class=""></blockquote><br class="">Found these:<br class=""><br class=""><a href="https://github.com/Ensembl/ensembl-analysis" class="">https://github.com/Ensembl/ensembl-analysis</a><br class="">  Modules to interface with tools used in Ensembl Gene Annotation<br class="">  Process and scripts to run pipelines<br class=""><br class="">https://github.com/Ensembl/ensembl<br class="">  The Ensembl Core Perl API and SQL schema<br class=""><br class="">https://github.com/Ensembl/ensembl-annotation<br class="">  The Ensembl gene annotation pipeline (a work in progress)<br class=""><br class="">and dozens of others.  Have not located any documentation about how to install and run the pipeline though.  Anybody know where that might be, or who to ask???<br class=""><br class="">I only need the parts to work from data in (genome, proteins, RNA) to gff output.  Anything having to do with checking data into or out of EMBL databases is not required.<br class=""><br class="">Thanks,<br class=""><br class="">David Mathog<br class="">mathog@caltech.edu<br class="">Manager, Sequence Analysis Facility, Biology Division, Caltech<br class="">_______________________________________________<br class="">Dev mailing list    Dev@ensembl.org<br class="">Posting guidelines and subscribe/unsubscribe info: http://lists.ensembl.org/mailman/listinfo/dev<br class="">Ensembl Blog: http://www.ensembl.info/<br class=""></div></div></blockquote></div><br class=""></div></body></html>