-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(not so) small tasks around swarm 3.0 #122
Comments
Help entries that could be modified (some suggestions):
|
swarm's uclust format output: check whether column 3 entry C "cluster size" should be the number of amplicons or the number of reads (sum of abundances)? EDIT usearch tallies amplicons, not reads: printf ">s1;size=2;\nAAAA\n>s2;size=1;\nAAAA\n" > tmp.fas
usearch7 -cluster_fast tmp.fas -minseqlength 1 -id 0.5 -uc tmp.uc
cat tmp.uc
rm tmp.* usearch reports a cluster size of 2 amplicons, not an abundance of 3. vsearch and swarm behave like usearch. |
Made the suggested changes to the help text in commit c07a0d4. |
Is it ok if I set up Travis CI to compile (and possibly test) Swarm, as done for vsearch? |
Yes, that sounds like a good idea. Can Travis CI fetch tests from the swarm-tests repository? |
Yes, I think so. |
Travis CI will now automatically compile and test swarm3 after any commit is pushed or any pull request is submitted. The status can be seen here: https://travis-ci.org/torognes/swarm It fails if it compiles with an error or if any of the tests fail. It is compiled using g++ version 7.4.0 on Ubuntu 18.04.3 (bionic) linux. The swarm-tests repo is automatically cloned from its source. It all seems to work fine now after a series of modifications. There is a badge on the front page (in README.md) showing the latest status. This only applies to the swarm3 branch. |
Changelog for end-users
-d 0
(i.e. the number of differences is set to zero),Under the hood:
d = 1
algorithm,To do
Done
-march=native
vs.-march=x86-64
),-h
) output,-v
) output,The text was updated successfully, but these errors were encountered: