Skip to content
Pierre Lindenbaum edited this page Feb 26, 2016 · 2 revisions

##Motivation

split bed file into several bed files where each region is separated of any other by N bases https://www.biostars.org/p/178713/

##Compilation

See also Compilation.

$  make biostar178713

##Synopsis

$ java -jar dist/biostar178713.jar  [options ] (stdin|file) 

Options

  • -o Output file. Required. Must be a *.zip file
  • -d Distance between bed features
  • -h,--help print help
  • -version,--version show version and exit

##Source Code

Main code is: https://github.com/lindenb/jvarkit/blob/master/src/main/java/com/github/lindenb/jvarkit/tools/biostar/Biostar178713.java

Example

java -jar dist/biostar178713.jar -d 100000 -o out.zip in1.bed in2.bed 

Contribute

##History

  • 2016 : Creation

License

The project is licensed under the MIT license.

Clone this wiki locally