Skip to content

Commit

Permalink
Update Readme (FilterLow script readme)
Browse files Browse the repository at this point in the history
  • Loading branch information
4ureliek committed Aug 7, 2014
1 parent dbd7377 commit 0a821ad
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
@@ -1,4 +1,34 @@
ReannTE
=======
Last Update: 2014 08 06


Scripts to help transposable elements consensus sequences curation



========================================================
ReannTE_FilterLow.pl

WHAT IT DOES:
This script uses Repeat Masker to mask low complexity / simple repeats of the input fasta file
(for example, RepeatScout output)
It eliminates the ones that are more than XX% masked (-p option)
2 fasta outputs: retained sequences and rejected sequences
perl <scriptname.pl> -i <fa> [-r <RMpath>] [-p <XX>

MANDATORY ARGUMENTS:
-i <fa> => fasta file

[OPTIONAL ARGUMENTS]:
-r <path> => path = localisation of repeat masker software
if no path provided, path = /home/software/RepeatMasker
-p <XX> => XX = threshold, in % (default = 80%). It sets the minimum low complexity masked % required to eliminate the sequence
REQUIREMENTS:
- Repeat Masker software, crossmatch engine
- Bioperl (Bio::DB::Fasta, Bio::SeqIO)


0 comments on commit 0a821ad

Please sign in to comment.