Skip to content

Commit

Permalink
seqLevel flag explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
josephvalencia committed Apr 24, 2019
1 parent e50cfb7 commit c226330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Step 5: To run the visualization tool on chr1, pass LTR-RTs found in chr1 (.bed)
| -plateauSeed | Minimum length of plateaus to be initially considered 'Keep' in merging step. | 10 |
| -nThreads | Number of cores to be used. | 1 |
| -gapTol | Number of base pairs that two plateaus can differ by in height/distance. Affects both plateau merging and pairing steps. | 200 |
|-seqLevel| Forces parallel execution on sequences within multi-FASTA file. Loads all sequences into memory|disabled|
| -rawScores | prints the raw scores to a file called xxxxRawScores.txt under the output directory. | disabled |
| -cleanedScores | prints the scores after merging to a file called xxxxCleanedScores.txt under the output directory. | disabled |
| -nested | searches for nested elements. Results are stored in seperate files (marked as xxxxNestedDetector.bed) under the output directory | disabled |
Expand Down
2 changes: 1 addition & 1 deletion src/test/TestTr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char * argv[]) {
"| -plateauSeed | Minimum length of plateaus to be initially considered 'Keep' in merging step. | 10 |\n"
"| -nThreads | Number of cores to be used. | 1 |\n"
"| -gapTol | Number of base pairs that two plateaus can differ by in height/distance. Affects both plateau merging and pairing steps. | 200 |\n"
"|-seqLevel| Forces parallel execution on equences within multi-FASTA file. Useful when entire geneome or multiple contigs all in one file.|disabled|\n"
"|-seqLevel| Forces parallel execution on sequences within multi-FASTA file. Loads all sequences into memory | disabled |\n"
"| -rawScores | prints the raw scores to a file called xxxxRawScores.txt under the output directory. | disabled |\n"
"| -cleanedScores | prints the scores after merging to a file called xxxxCleanedScores.txt under the output directory. | disabled |\n"
"| -nested | searches for nested elements. Results are stored in seperate files (marked as xxxxNestedDetector.bed) under the output directory | disabled |\n"
Expand Down

0 comments on commit c226330

Please sign in to comment.