https://github.com/splatlab/squeakr
Revision a315fe339d673a1b5455392c7861548f6bd7f7fb authored by Prashant Pandey on 01 November 2018, 21:17:29 UTC, committed by Prashant Pandey on 01 November 2018, 21:17:29 UTC
1 parent 9bea05f
Raw File
Tip revision: a315fe339d673a1b5455392c7861548f6bd7f7fb authored by Prashant Pandey on 01 November 2018, 21:17:29 UTC
minor fix in filtering..
Tip revision: a315fe3
todo.txt
count:
	- kill -p [DONE]
	- change -o to output file [DONE]
	- make -o required [DONE]
	- add argument:
	  <-e | -p num_hash_bits>
	
query:
	- make -o optional (default to stdout)
	- make -q optional (default to stdin)

inner_prod:
	- remove -a -b [DONE]

list:
	- make -o optional (default to stdout)
	- add a cutoff parameter

new command: merge
   merge <-e | -p num_hash_bits> [-c cutoff] [-n] -o <output.squeakr> <infile1.squeakr> ...

new command: filter
(same as merge, but only one input -- internally just runs merge)

new command: info [DONE]
   info <input.squeakr>
- outputs:
	- kmer size
	- version
	- exactness or num hash bits
	- number of kmers
	- number of distinct kmers
	- cutoff
	- whether counts are present
	- etc?

make squeakrconfig packed [DONE]

back to top