We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
unitigs: remove duplicated paths
9b55133
Before: [boisvert@bigmem biosal]$ grep '>' output/unitigs.fasta |sort|uniq > signature1 [boisvert@bigmem biosal]$ sha1sum signature1 1b12ba2739e9cd1734304014d0cc11e6a1992a1f signature1 [boisvert@bigmem biosal]$ ls -lh output/ total 7.2M -rw-rw-r--. 1 boisvert boisvert 7.2M Jan 7 17:34 unitigs.fasta After: [boisvert@bigmem biosal]$ ls -lh output/ total 3.0M -rw-rw-r--. 1 boisvert boisvert 3.0M Jan 7 17:40 unitigs.fasta [boisvert@bigmem biosal]$ grep '>' output/unitigs.fasta |sort|uniq > signature1 [boisvert@bigmem biosal]$ sha1sum signature1 1b12ba2739e9cd1734304014d0cc11e6a1992a1f signature1 There are still some duplications though. Link: GeneAssembly/biosal#816 Signed-off-by: Sébastien Boisvert <boisvert@anl.gov>
sebhtml
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: