[Bioperl-l] desc in fasqta names

Remo Sanges sanges at biogem.it
Mon Mar 29 09:05:52 EST 2004


Gilles,

function desc 'GET/SET description for your sequence'
so you can easily put a blank description in your script:

$seq->desc('');


Remo

On Mar 29, 2004, at 3:48 PM, Gilles Parmentier wrote:

> Hello all,
>
> I'm using SeqIO to transform a genbank file in a fasta file. I don't 
> want to have the result of a desc call in the fasta name, how can I do 
> that ? My problem seems to come from those lines in SeqIO/fasta.pm 
> (write_seq) :
>
>        if ($seq->can('desc') and my $desc = $seq->desc()) {
>            $desc =~ s/\n//g;
>            $top .= " $desc";
>        }
>
> How can I turn this feature off ?
>
> Thanks in advance for your help,
>
> Gilles
> _______________________________________________
> Bioperl-l mailing list
> Bioperl-l at portal.open-bio.org
> http://portal.open-bio.org/mailman/listinfo/bioperl-l
>



More information about the Bioperl-l mailing list