Metadata-Version: 2.1
Name: bed2seq
Version: 0.2.0
Summary: From a BED file, return the sequences according to the genome supplied
Home-page: https://github.com/bio2m/bed2seq
Author: Benoit Guibert
Author-email: benoit.guibert@free.fr
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Natural Language :: English
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE.md

# bed2seq


From a BED file, return the sequences according to the genome supplied

WARNING
This is an alpha version, it could contain issues.



## usage

```
positional arguments:
  bed                   bed file

options:
  -h, --help            show this help message and exit
  -g genome, --genome genome
                        genome as fasta file
  -a APPEND, --append APPEND
                        enlarge the sequence ('-a 20' append 20 bp on each side)
  -r, --remove          only with '--append' option, keep only appended part
  -n, --nostrand        don't reverse complement when strand is '-'
  -o OUTPUT, --output OUTPUT
                        Output file (default: <input_file>-bed2seq.tsv)
  -v, --version         show program's version number and exit
```

