When I tried Perl on my cluster/server it gives following error !! How to resolve it?
$ perlperl: warning: Setting locale failed.perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_PAPER =...
App::cpanminus looks intersting, I will give it a try.
This webpage also explain various approaches. http://web.archive.org/web/20120427144232/http://perl.jonallen.info/writing/articles/install-perl-modules-without-root
Hope useful.
I found App::cpanminus very handy in such cases. It create a local Perl5 directory in you profile.
wget -O- http://cpanmin.us | perl - -l ~/perl5 App::cpanminus local::lib
eval `perl -I ~/perl5/lib/perl5 -Mlocal::lib`
echo 'eval `perl -I...
The DAGchainer software computes chains of syntenic genes found within complete genome sequences. As input, DAGchainer accepts a list of gene pairs with sequence homology along with their genome coordinates. Using a scoring function which accounts...
Yes you are right at some extend :|
You should check this paper, http://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-8-204 it provide a comparative table of all the available genome/chromosome visualization tools. Hope few of them...
Circos plot tool (J-Circos) that is an interactive visualization tool that can plot Circos figures, as well as being able to dynamically add data to the figure, and providing information for specific data points using mouse hover display and zoom...
I am looking for new, interactive and user friendly tools to see chromosomal rearrangements. I tried IGV, but it does not seems to be very helpful for chromosomal rearrangements visualization. Circos look pretty useless, as it does not allow me to...
This sockeye software uses the Ensembl database project to import sequence and annotation information from several eukaryotic species. A user can additionally import their own custom sequence and annotation data. Individual annotation objects...
GenomeComp is a tool for summarizing, parsing and visualizing the genome wide sequence comparison results derived from voluminous BLAST textual output, so as to locate the rearrangements, insertions or deletions of genome segments between species or...
First of all thanks for using GeneSCF.
I am really sorry to say that current GeneSCF does not support new genome annotation. Since many users are requesting, it is possible that we may include this feature in new release along with other...