I've noticed a file counts.jf that is generated from jfkm and is 2-3 gb in size.
@jpfeil confirms that this is a jellyfish file containing kmers (but not sequence data) and that it is currently not being used for any analysis, so it is ok to prune and can be re-generated when necessary.
so : update the fabfile to prune similar to generated bam files before download to save on transfer time / storage space.
I've noticed a file
counts.jf
that is generated from jfkm and is 2-3 gb in size.@jpfeil confirms that this is a jellyfish file containing kmers (but not sequence data) and that it is currently not being used for any analysis, so it is ok to prune and can be re-generated when necessary.
so : update the fabfile to prune similar to generated bam files before download to save on transfer time / storage space.
make all
in Makefile