Skip to content

palc/sequence_processing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sequence_processing

some scripts to process fasta and fastq sequences

remove duplicates

This script takes a fasta file from STDIN, removes duplicated sequences and writes the output to STDOUT.

Sequences will be deleted, if they have an identical header and an identical sequence. This script can also clean the fasta file: Linebreaks in the sequence as well as empty lines and leading whitespaces in headers (> id) are removed by default. Additionally, non ACGT charachters are converted to N. This feature can be skipped using the –no-convert option. The script also converts lowercase sequence characters to uppercase. This can be skipped with the –no-up option.

Use one the following commands for help:

./remove_dulicates --help
perldoc ./remove_duplicates

About

some scripts to process fasta and fastq sequences

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Perl 100.0%