# Remove fasta header line if ( $para =~ s/^>(.*)//m ){ $name = $1; }; # Remove comment line(s) $para =~ s/^\s*#.*//mg; $para =~ tr/\r\n//d;
In reply to Re^3: Count the sequence length of each entry in the file
by wazat
in thread Count the sequence length of each entry in the file
by davi54
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |