Skip to content

Commit

Permalink
Notes about adding more repeat masking
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Apr 22, 2020
1 parent 1e27c3c commit a4ce275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project "attempts" to adhere to [Semantic Versioning](http://semver.org
- Overabundance of files in database update and snippy_filtering
- Deal with the fail to publish issue with NCBImeta db
- Switch model testing from modeltest-ng to ModelFinder (because of the AVX/AVX2 requirement)
- Add exact-repeats and tandem repeats detection

## [v0.1.1] - 2020-04-14

Expand Down
1 change: 1 addition & 0 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ if (!params.skip_reference_detect_repeats){
{next;}
else if (\$7 > 90)
{print \$0}}' \${PREFIX}.inexact.coords > \${PREFIX}.inexact.repeats
# Also exact and tandem repeats??
# Convert to bed file format, changing to 0-base position coordinates
awk -F "\t" '{print \$12 "\t" \$1-1 "\t" \$2-1;
if (\$3 > \$4){tmp=\$4; \$4=\$3; \$3=tmp;}
Expand Down

0 comments on commit a4ce275

Please sign in to comment.