-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
rchikhi
committed
Nov 27, 2018
1 parent
83f1574
commit cfc106d
Showing
5 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/bash | ||
if [ "$1" == "3" ] | ||
then | ||
../../build/bcalm -in test3.fa -kmer-size 7 -abundance-min 1 -minimizer-size 5 | ||
exit 0 | ||
fi | ||
|
||
../../build/bcalm -in test1.fa -kmer-size 7 -abundance-min 1 -minimizer-size 5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
addressing the longstanding issue that bcalm2 doesnt assemble circular contigs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
>a perfectly circular unitig, k=7; is same as test3 but without the random crap | ||
ACTTAGCGGACTTAGC |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
>a polyA tail | ||
ACCATGATTCAGAAAAAAAAA | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
>random crap somehow makes the kmer counting put everything into the same bucket | ||
ACTAAA | ||
>a perfectly circular unitig | ||
ACTTAGCGGACTTAGC |