gtars-bbcache 0.5.0

Rust implementation of bbcache: a caching system for BED files on bedbase.org
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub const BBCLIENT_CACHE_ENV: &str = "BBCLIENT_CACHE";
pub const BEDBASE_API_ENV: &str = "BEDBASE_API";

pub const BBCACHE_CMD: &str = "bbcache";
pub const BBCACHE_CACHEBED: &str = "cache-bed";
pub const BBCACHE_CACHEBEDSET: &str = "cache-bedset";
pub const BBCACHE_SEEK: &str = "seek";
pub const BBCACHE_INSPECTBED: &str = "inspect-bedfiles";
pub const BBCACHE_INSPECTBEDSET: &str = "inspect-bedsets";
pub const BBCACHE_REMOVE: &str = "rm";

pub const DEFAULT_BEDFILE_SUBFOLDER: &str = "bedfiles";
pub const DEFAULT_BEDSET_SUBFOLDER: &str = "bedsets";

pub const DEFAULT_BEDFILE_EXT: &str = ".bed.gz";
pub const DEFAULT_BEDSET_EXT: &str = ".txt";