File: pybel.1

package info (click to toggle)
pybel 0.15.5-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 16,440 kB
  • sloc: python: 29,335; javascript: 246; makefile: 228; sh: 20
file content (55 lines) | stat: -rw-r--r-- 1,340 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.13.
.TH PYBEL "1" "March 2020" "pybel 0.14.5" "User Commands"
.SH NAME
pybel \- Command line interface for PyBEL
.SH SYNOPSIS
.B pybel
[\fI\,OPTIONS\/\fR] \fI\,COMMAND \/\fR[\fI\,ARGS\/\fR]...
.SH DESCRIPTION
 PyBEL is a pure Python package for parsing and handling biological
 networks encoded in the Biological Expression Language (BEL) version
 2. It also facilitates data interchange between common formats and
 databases such as NetworkX, JSON, CSV, SIF, Cytoscape, CX, NDEx, SQL,
 and Neo4J.
.SH OPTIONS
.TP
\fB\-\-version\fR
Show the version and exit.
.TP
\fB\-c\fR, \fB\-\-connection\fR TEXT
Database connection string.  [default:
sqlite:////home/andreas/.pybel/pybel_0.14.0_cache.db]
.TP
\fB\-\-help\fR
Show this message and exit.
.SS "Commands:"
.TP
compile
Compile a BEL script to a graph.
.TP
insert
Insert a graph to the database.
.TP
machine
Get content from the INDRA machine and upload to BEL Commons.
.TP
manage
Manage the database.
.TP
neo
Upload to neo4j.
.TP
post
Upload a graph to BEL Commons.
.TP
serialize
Serialize a graph to various formats.
.TP
summarize
Summarize a graph.
.TP
warnings
List warnings from a graph.
.SH AUTHOR
 This manpage was written by Andreas Tille for the Debian distribution and
 can be used for any other usage of the program.