This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
anthill_sri003 [2019/05/12 22:32] – created tmatejuk | anthill_sri003 [2023/08/01 01:08] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== description ==== | ||
+ | Bedtools is a powerful toolset for genome arithmetic. \\ | ||
+ | About: | ||
+ | Docs: http:// | ||
+ | Code: https:// | ||
+ | |||
+ | ==== software version ==== | ||
+ | Version: | ||
+ | |||
+ | ==== sbatch example ==== | ||
+ | ... | ||
+ | |||
+ | < | ||
+ | #!/bin/bash -l | ||
+ | #SBATCH --partition=long | ||
+ | #SBATCH --ntasks=1 | ||
+ | #SBATCH --mem 2048M | ||
+ | #SBATCH --job-name=" | ||
+ | |||
+ | #test filenames | ||
+ | # | ||
+ | # | ||
+ | BEDFILENAME=exons.bed | ||
+ | GENOMEFILENAME=genome.txt | ||
+ | |||
+ | #dir path with test files | ||
+ | TESTFILEDIR="/ | ||
+ | |||
+ | #run cdhit computation and remove output files | ||
+ | cd ${TESTFILEDIR} | ||
+ | bedtools genomecov -i data/ | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ==== performance tests ==== | ||
+ | ... | ||
+ | |||
+ | < | ||
+ | ... | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
FIXME | FIXME | ||
Line 4: | Line 48: | ||
software | software | ||
- | bedtools : instaled from Ubuntu 16.04 repo (version | + | bedtools : instaled from Ubuntu 16.04 repo (version |
tutorial | tutorial | ||