Skip to content

med2rdf/mgend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 27, 2024
2a09e32 · Jun 27, 2024

History

10 Commits
Mar 22, 2024
Jun 27, 2024
Jan 26, 2024
Jun 27, 2024
Jun 27, 2024
Jun 4, 2024
Mar 22, 2024
Mar 22, 2024

Repository files navigation

mgend-rdf

Usage

USAGE:
    mgend-rdf [FLAGS] <input> --assembly <assembly> --directory <directory> --format <format> --hgnc <hgnc>

FLAGS:
    -h, --help         Prints help information
        --rehearsal    Process only one line
    -V, --version      Prints version information

OPTIONS:
        --assembly <assembly>      Assembly [possible values: GRCh37, GRCh38]
        --directory <directory>    Path to output directory
        --format <format>          Output format [possible values: jsonld, turtle]
        --hgnc <hgnc>              Path to hgnc_complete_set.txt (wget
                                   ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt)

ARGS:
    <input>    Path to input file [*.tsv | *.tsv.gz]
  1. Obtain hgnc_complete_set.txt

    $ wget ftp://ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/hgnc_complete_set.txt
    
  2. Run converter

    $ mgend-rdf --assembly GRCh38 --format turtle --hgnc hgnc_complete_set.txt --directory output MGeND_hg38.tsv.gz
    

Schema

schema.svg

How to build

Prerequisites

  • rustup
$ git clone https://github.com/med2rdf/mgend.git
$ cargo build --release
$ ./target/release/mgend-rdf --help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages