Command line interface reference
BEDboss is command-line tool-manager and a set of tools for working with BED files and BEDbase. Main components of BEDboss are: 1) Pipeline for processing BED files: bedmaker, bedqc, and bedstats. 2) Indexing of the Bed files in bedbase 3) Managing bed and bedsets in the database
Here you can see the command-line usage instructions for the main bedboss command and for each subcommand:
bedboss --help
Usage: bedboss [OPTIONS] COMMAND [ARGS]...
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â --version -v App version â
â --install-completion Install completion for the current shell. â
â --show-completion Show completion for the current shell, to copy it or â
â customize the installation. â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
ââ Commands ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â run-all Run all the bedboss pipeline for a single bed file â
â run-pep Run the all bedboss pipeline for a bed files in a PEP â
â reprocess-all Run unprocessed files, or reprocess them â
â reprocess-one Run unprocessed file, or reprocess it [Only 1 file] â
â reprocess-bedset Reprocess a bedset â
â make-bed Create a bed files form a [bigwig, bedgraph, bed, bigbed, â
â wig] file â
â make-bigbed Create a bigbed files form a bed file â
â run-qc Run the quality control for a bed file â
â run-stats Create the statistics for a single bed file. â
â reindex Reindex the bedbase database and insert all files to the â
â qdrant database. â
â make-bedset Create a bedset from a pep file, and insert it to the bedbase â
â database. â
â init-config Initialize the new, sample configuration file â
â delete-bed Delete bed from the bedbase database â
â delete-bedset Delete BedSet from the bedbase database â
â tokenize-bed Tokenize a bedfile â
â delete-tokenized Delete tokenized bed file â
â convert-universe Convert bed file to universe â
â check-requirements Check installed R packages â
â install-requirements Install R dependencies â
â verify-config Verify configuration file â
â geo Automatic BEDbase uploader for GEO data â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss geo --help
Usage: bedboss geo [OPTIONS] COMMAND [ARGS]...
Automatic BEDbase uploader for GEO data
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â --version -v App version â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
ââ Commands ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â upload-all Run bedboss uploading pipeline for specified genome in specified period â
â of time. â
â upload-gse Run bedboss uploading pipeline for GSE. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss geo upload-all --help
Usage: bedboss geo upload-all [OPTIONS]
Run bedboss uploading pipeline for specified genome in specified period of time.
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to bedbase config â
â file â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to output folder â
â [default: None] â
â [required] â
â --start-date TEXT The earliest date when â
â opep was updated â
â [Default: 2000/01/01] â
â [default: None] â
â --end-date TEXT The latest date when opep â
â was updated [Default: â
â today's date] â
â [default: None] â
â --search-limit INTEGER Limit of projects to be â
â searched. [Default: 50] â
â [default: 50] â
â --search-offset INTEGER Limit of projects to be â
â searched. [Default: 0] â
â [default: 0] â
â --download-limit INTEGER Limit of projects to be â
â downloaded [Default: 100] â
â [default: 100] â
â --genome TEXT Reference genome â
â [Default: None] (e.g. â
â hg38) - if None, all â
â genomes will be processed â
â [default: None] â
â --preload --no-preload Download bedfile before â
â caching it. [Default: â
â True] â
â [default: preload] â
â --create-bedset --no-create-bedset Create bedset from bed â
â files. [Default: True] â
â [default: create-bedset] â
â --overwrite --no-overwrite Overwrite existing â
â bedfiles. [Default: â
â False] â
â [default: no-overwrite] â
â --overwrite-bedset --no-overwrite-bedset Overwrite existing â
â bedset. [Default: False] â
â [default: â
â overwrite-bedset] â
â --rerun --no-rerun Re-run all the samples. â
â [Default: False] â
â [default: no-rerun] â
â --run-skipped --no-run-skipped Run skipped projects. â
â [Default: False] â
â [default: run-skipped] â
â --run-failed --no-run-failed Run failed projects. â
â [Default: False] â
â [default: run-failed] â
â --standardize-pep --no-standardize-pep Standardize pep with â
â BEDMESS. [Default: False] â
â [default: â
â no-standardize-pep] â
â --use-skipper --no-use-skipper Use skipper to skip â
â projects if they were â
â processed locally â
â [Default: False] â
â [default: no-use-skipper] â
â --reinit-skipper --no-reinit-skipper Reinitialize skipper. â
â [Default: False] â
â [default: â
â no-reinit-skipper] â
â --lite --no-lite Run the pipeline in lite â
â mode. [Default: False] â
â [default: no-lite] â
â --help Show this message and â
â exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss geo upload-gse --help
Usage: bedboss geo upload-gse [OPTIONS]
Run bedboss uploading pipeline for GSE.
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to bedbase config file â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to output folder â
â [default: None] â
â [required] â
â * --gse TEXT GSE number that can be found â
â in pephub. eg. GSE123456 â
â [default: None] â
â [required] â
â --create-bedset --no-create-bedset Create bedset from bed â
â files. [Default: True] â
â [default: create-bedset] â
â --genome TEXT reference genome to upload â
â to database. If None, all â
â genomes will be processed â
â [default: None] â
â --preload --no-preload Download bedfile before â
â caching it. [Default: True] â
â [default: preload] â
â --rerun --no-rerun Re-run all the samples. â
â [Default: False] â
â [default: rerun] â
â --run-skipped --no-run-skipped Run skipped projects. â
â [Default: False] â
â [default: run-skipped] â
â --run-failed --no-run-failed Run failed projects. â
â [Default: False] â
â [default: run-failed] â
â --overwrite --no-overwrite Overwrite existing bedfiles. â
â [Default: False] â
â [default: no-overwrite] â
â --overwrite-bedset --no-overwrite-bedset Overwrite existing bedset. â
â [Default: False] â
â [default: overwrite-bedset] â
â --standardize-pep --no-standardize-pep Standardize pep with â
â BEDMESS. [Default: False] â
â [default: â
â no-standardize-pep] â
â --use-skipper --no-use-skipper Use local skipper to skip â
â projects if they were â
â processed locally [Default: â
â False] â
â [default: no-use-skipper] â
â --reinit-skipper --no-reinit-skipper Reinitialize skipper. â
â [Default: False] â
â [default: no-reinit-skipper] â
â --lite --no-lite Run the pipeline in lite â
â mode. [Default: False] â
â [default: no-lite] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss run-all --help
Usage: bedboss run-all [OPTIONS]
Run all the bedboss pipeline for a single bed file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --input-file TEXT Path to the input file â
â [default: None] â
â [required] â
â * --input-type TEXT Type of the input file. â
â Options are: bigwig, â
â bedgraph, bed, bigbed, wig â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â * --genome TEXT Genome name. Example: â
â 'hg38' â
â [default: None] â
â [required] â
â * --bedbase-config TEXT Path to the bedbase config â
â file â
â [default: None] â
â [required] â
â --license-id TEXT License ID. If not provided â
â for in PEPfor each bed â
â file, this license will be â
â used â
â [default: DUO:0000042] â
â --rfg-config TEXT Path to the rfg config file â
â [default: None] â
â --narrowpeak --no-narrowpeak Is the input file a â
â narrowpeak file? â
â [default: no-narrowpeak] â
â --check-qc --no-check-qc Check the quality of the â
â input file? â
â [default: check-qc] â
â --chrom-sizes TEXT Path to the chrom sizes â
â file â
â [default: None] â
â --open-signal-matrix TEXT Path to the open signal â
â matrix file â
â [default: None] â
â --ensdb TEXT Path to the EnsDb database â
â file â
â [default: None] â
â --just-db-commit --no-just-db-commit Just commit to the â
â database? â
â [default: â
â no-just-db-commit] â
â --force-overwrite --no-force-overwrite Force overwrite the output â
â files â
â [default: â
â no-force-overwrite] â
â --update --no-update Update the bedbase database â
â with the new record if it â
â exists. This overwrites â
â 'force_overwrite' option â
â [default: no-update] â
â --lite --no-lite Run the pipeline in lite â
â mode. [Default: False] â
â [default: no-lite] â
â --upload-qdrant --no-upload-qdrant Upload to Qdrant â
â [default: no-upload-qdrant] â
â --upload-s3 --no-upload-s3 Upload to S3 â
â [default: no-upload-s3] â
â --upload-pephub --no-upload-pephub Upload to PEPHub â
â [default: no-upload-pephub] â
â --universe --no-universe Create a universe â
â [default: no-universe] â
â --universe-method TEXT Method used to create the â
â universe â
â [default: None] â
â --universe-bedset TEXT Bedset used used to create â
â the universe â
â [default: None] â
â --multi --no-multi Run multiple samples â
â [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing â
â existing files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss run-pep --help
Usage: bedboss run-pep [OPTIONS]
Run the all bedboss pipeline for a bed files in a PEP
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --pep TEXT PEP file. Local or remote path â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â * --bedbase-config TEXT Path to the bedbase config â
â file â
â [default: None] â
â [required] â
â --create-bedset --no-create-bedset Create a new bedset â
â [default: create-bedset] â
â --bedset-heavy --no-bedset-heavy Run the heavy version of the â
â bedbuncher pipeline â
â [default: no-bedset-heavy] â
â --bedset-id TEXT Bedset ID [default: None] â
â --rfg-config TEXT Path to the rfg config file â
â [default: None] â
â --check-qc --no-check-qc Check the quality of the input â
â file? â
â [default: check-qc] â
â --ensdb TEXT Path to the EnsDb database â
â file â
â [default: None] â
â --just-db-commit --no-just-db-commit Just commit to the database? â
â [default: no-just-db-commit] â
â --force-overwrite --no-force-overwrite Force overwrite the output â
â files â
â [default: no-force-overwrite] â
â --update --no-update Update the bedbase database â
â with the new record if it â
â exists. This overwrites â
â 'force_overwrite' option â
â [default: no-update] â
â --upload-qdrant --no-upload-qdrant Upload to Qdrant â
â [default: upload-qdrant] â
â --upload-s3 --no-upload-s3 Upload to S3 â
â [default: upload-s3] â
â --upload-pephub --no-upload-pephub Upload to PEPHub â
â [default: upload-pephub] â
â --no-fail --no-no-fail Do not fail on error â
â [default: no-no-fail] â
â --license-id TEXT License ID â
â [default: DUO:0000042] â
â --standardize-pep --no-standardize-pep Standardize the PEP using â
â bedMS â
â [default: no-standardize-pep] â
â --lite --no-lite Run the pipeline in lite mode. â
â [Default: False] â
â [default: no-lite] â
â --rerun --no-rerun Rerun already processed â
â samples â
â [default: no-rerun] â
â --multi --no-multi Run multiple samples â
â [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing existing â
â files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss reprocess-all --help
Usage: bedboss reprocess-all [OPTIONS]
Run unprocessed files, or reprocess them
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to the bedbase config file â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â --limit INTEGER Limit the number of files to â
â reprocess â
â [default: 100] â
â --no-fail --no-no-fail Do not fail on error â
â [default: no-fail] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss reprocess-one --help
Usage: bedboss reprocess-one [OPTIONS]
Run unprocessed file, or reprocess it [Only 1 file]
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to the bedbase config file [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder [default: None] â
â [required] â
â * --identifier TEXT Identifier of the bed file [default: None] â
â [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss reprocess-bedset --help
Usage: bedboss reprocess-bedset [OPTIONS]
Reprocess a bedset
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to the bedbase config file â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â * --identifier TEXT Bedset ID [default: None] [required] â
â --no-fail --no-no-fail Do not fail on error [default: no-fail] â
â --heavy --no-heavy Run the heavy version of the pipeline â
â [default: no-heavy] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss make-bed --help
Usage: bedboss make-bed [OPTIONS]
Create a bed files form a [bigwig, bedgraph, bed, bigbed, wig] file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --input-file TEXT Path to the input file [default: None] â
â [required] â
â * --input-type TEXT Type of the input file. Options are: â
â bigwig, bedgraph, bed, bigbed, wig â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â * --genome TEXT Genome name. Example: 'hg38' â
â [default: None] â
â [required] â
â --rfg-config TEXT Path to the rfg config file â
â [default: None] â
â --narrowpeak --no-narrowpeak Is the input file a narrowpeak file? â
â [default: no-narrowpeak] â
â --chrom-sizes TEXT Path to the chrom sizes file â
â [default: None] â
â --multi --no-multi Run multiple samples â
â [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing existing files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss make-bigbed --help
Usage: bedboss make-bigbed [OPTIONS]
Create a bigbed files form a bed file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bed-file TEXT Path to the input file [default: None] â
â [required] â
â * --bed-type TEXT bed type to be used for bigBed file â
â generation 'bed{bedtype}+{n}' [Default: â
â None] (e.g bed3+1) â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder [default: None] â
â [required] â
â * --genome TEXT Genome name. Example: 'hg38' â
â [default: None] â
â [required] â
â --rfg-config TEXT Path to the rfg config file â
â [default: None] â
â --chrom-sizes TEXT Path to the chrom sizes file â
â [default: None] â
â --multi --no-multi Run multiple samples [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing existing files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss run-qc --help
Usage: bedboss run-qc [OPTIONS]
Run the quality control for a bed file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bed-file TEXT Path to the bed file to check the â
â quality control on. â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â --max-file-size INTEGER Maximum file size threshold to â
â pass the quality â
â [default: 2147483648] â
â --max-region-number INTEGER Maximum number of regions â
â threshold to pass the quality â
â [default: 5000000] â
â --min-region-width INTEGER Minimum region width threshold to â
â pass the quality â
â [default: 10] â
â --multi --no-multi Run multiple samples â
â [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing existing â
â files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss run-stats --help
Usage: bedboss run-stats [OPTIONS]
Create the statistics for a single bed file.
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bed-file TEXT Path to the bed file â
â [default: None] â
â [required] â
â * --genome TEXT Genome name. Example: 'hg38' â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â --ensdb TEXT Path to the EnsDb database â
â file â
â [default: None] â
â --open-signal-matrix TEXT Path to the open signal â
â matrix file â
â [default: None] â
â --just-db-commit --no-just-db-commit Just commit to the database? â
â [default: no-just-db-commit] â
â --multi --no-multi Run multiple samples â
â [default: no-multi] â
â --recover --no-recover Recover from previous run â
â [default: recover] â
â --dirty --no-dirty Run without removing â
â existing files â
â [default: no-dirty] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss reindex --help
Usage: bedboss reindex [OPTIONS]
Reindex the bedbase database and insert all files to the qdrant database.
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bedbase-config TEXT Path to the bedbase config file [default: None] â
â [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss make-bedset --help
Usage: bedboss make-bedset [OPTIONS]
Create a bedset from a pep file, and insert it to the bedbase database.
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --pep TEXT PEP file. Local or remote path â
â [default: None] â
â [required] â
â * --outfolder TEXT Path to the output folder â
â [default: None] â
â [required] â
â * --bedbase-config TEXT Path to the bedbase config â
â file â
â [default: None] â
â [required] â
â * --bedset-name TEXT Name of the bedset â
â [default: None] â
â [required] â
â --heavy --no-heavy Run the heavy version of the â
â pipeline â
â [default: no-heavy] â
â --force-overwrite --no-force-overwrite Force overwrite the output â
â files â
â [default: no-force-overwrite] â
â --upload-s3 --no-upload-s3 Upload to S3 â
â [default: no-upload-s3] â
â --upload-pephub --no-upload-pephub Upload to PEPHub â
â [default: no-upload-pephub] â
â --no-fail --no-no-fail Do not fail on error â
â [default: no-no-fail] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss init-config --help
Usage: bedboss init-config [OPTIONS]
Initialize the new, sample configuration file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --outfolder TEXT Path to the output folder [default: None] [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss delete-bed --help
Usage: bedboss delete-bed [OPTIONS]
Delete bed from the bedbase database
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --sample-id TEXT Sample ID [default: None] [required] â
â * --config TEXT Path to the bedbase config file [default: None] â
â [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss delete-bedset --help
Usage: bedboss delete-bedset [OPTIONS]
Delete BedSet from the bedbase database
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --identifier TEXT BedSet ID [default: None] [required] â
â * --config TEXT Path to the bedbase config file [default: None] â
â [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss tokenize-bed --help
Usage: bedboss tokenize-bed [OPTIONS]
Tokenize a bedfile
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bed-id TEXT Path to the bed file [default: None] â
â [required] â
â * --universe-id TEXT Universe ID [default: None] â
â [required] â
â --cache-folder TEXT Path to the cache folder â
â [default: None] â
â --add-to-db --no-add-to-db Add the tokenized bed file to the â
â bedbase database â
â [default: no-add-to-db] â
â --bedbase-config TEXT Path to the bedbase config file â
â [default: None] â
â --overwrite --no-overwrite Overwrite the existing tokenized bed â
â file â
â [default: no-overwrite] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss delete-tokenized --help
Usage: bedboss delete-tokenized [OPTIONS]
Delete tokenized bed file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --universe-id TEXT Universe ID [default: None] [required] â
â * --bed-id TEXT Bed ID [default: None] [required] â
â --config TEXT Path to the bedbase config file [default: None] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss convert-universe --help
Usage: bedboss convert-universe [OPTIONS]
Convert bed file to universe
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --bed-id TEXT Path to the bed file [default: None] [required] â
â * --config TEXT Path to the bedbase config file [default: None] [required] â
â --method TEXT Method used to create the universe [default: None] â
â --bedset TEXT Bedset used to create the universe [default: None] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss check-requirements --help
Usage: bedboss check-requirements [OPTIONS]
Check installed R packages
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss install-requirements --help
Usage: bedboss install-requirements [OPTIONS]
Install R dependencies
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss verify-config --help
Usage: bedboss verify-config [OPTIONS]
Verify configuration file
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â * --config TEXT Path to the bedbase config file [default: None] [required] â
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯
bedboss get-commands --help
Usage: bedboss get-commands [OPTIONS]
Get available commands
ââ Options âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââŽ
â --help Show this message and exit. â
â°âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¯