Chen Tong
Chen Tong
When I try to install this version of eg, I download the zipped version of eg-react source code by clicking `Code` - `Download zip` in the `eg-react` repository. Changing dir...
Thanks for this great tool. When multiple annotations are too close together (like within 10000 bases) in one chromosome as shown in , only one of them could be visible....
Could Bio::DB::Fasta support gzipped FASTA or file handler? ``` open(my $FASTA_INPUT_FH, "zcat $opt_fastafile |") or die "gunzip $opt_fastafile: $!"; my $db = Bio::DB::Fasta->new($FASTA_INPUT_FH); ``` Best, Tong Chen