Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DrOppenheimer committed May 11, 2012
1 parent 2142b38 commit 7572821
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Expand Up @@ -75,7 +75,7 @@ Options:
Sequence type: fasta, fastq
Specify the type of sequence file; fasta and fastq are the only accepted options

-f, --no_filter_seq [default True]
-f, --filter_seq [default True]
Run sequence filtering,
Sequence filtering performs two filtering processes before data are processed.
(1) An average and standard deviation is determined for the lengths of all reads.
Expand All @@ -86,9 +86,7 @@ Options:
the lower bound, are excluded from analysis. (2) Each remaining read is screened for
ambiguous bases ("N"). Reads with that possess a number of ambiguous bases that matches
or exceeds the specified limit (see -a AMBIG_MAX below)with -a AMBIG_MAX are excluded
from further analysis. NOTE: that by default, no_filter is disabled. In this state,
drisee __will__ perform filtering. Enabling this option will disable filtering
(hence the long-option name, "no_filter").
from further analysis.

-r REP_FILE, --replicate_file=REP_FILE[default to calculate replicates]
List file with sorted indices for replicate bins. The file has one row for each read:
Expand All @@ -101,12 +99,10 @@ Options:
-l LOGFILE, --log_file=LOGFILE [default '/dev/null']
A detailed log of processing related statistics

--no_percent [default True]
--percent [default True]
Produce second output profile with values presented
as percent per position. Additional output file is
named "output_stat_file_pattern".per NOTE: that by default, no_percent is disabled. In this state,
drisee __will__ produce a percent profile. Enabling this option will disable production of
percent-based profiles (hence the long-option name, "no_pecent").
named "output_stat_file_pattern".per

--prefix_length=PREFIX [default 50]
Prefix length for the identification of bins of ADRs
Expand Down

0 comments on commit 7572821

Please sign in to comment.