Minnesota Supercomputing Institute
2.29.2
2.17.0, 2.25.0, 2.27.1, 2.29.2
Tuesday, August 29, 2023
The BEDTools utilities allow one to address common genomics tasks such as finding feature overlaps and computing coverage. The utilities are largely based on four widely-used file formats: BED, GFF/GTF, VCF, and SAM/BAM. Using BEDTools, one can develop sophisticated pipelines that answer complicated research questions by "streaming" several BEDTools together.
To run this software interactively in a Linux environment run the commands:
module load bedtools bedtools
A PDF users manual for usage can be found here
#!/bin/bash #SBATCH --job-name="rfm_RunBedToolTest_job" #SBATCH --ntasks=1 #SBATCH --ntasks-per-node=1 #SBATCH --output=rfm_RunBedToolTest_job.out #SBATCH --error=rfm_RunBedToolTest_job.err #SBATCH --time=0:10:0 #SBATCH -p small,large,ram256g,ram1t module load bedtools/2.29.2 wget https://public.s3.msi.umn.edu/reframe/sw/bedtools/out.bam bedtools bamtobed -i out.bam