Skip to content
forked from lh3/gfatools

This repo is for backup only. Please check the parent repo for details.

Notifications You must be signed in to change notification settings

hlilab/gfatools

 
 

Repository files navigation

Getting Started

git clone https://github.com/lh3/gfatools
cd gfatools && make
# Extract a subgraph
./gfatools view -l MTh4502 -r 1 test/MT.gfa > sub.gfa
# Convert GFA to segment FASTA
./gfatools gfa2fa test/MT.gfa > MT-seg.fa
# Convert rGFA to stable FASTA or BED
./gfatools gfa2fa -s test/MT.gfa > MT.fa
./gfatools gfa2bed -m test/MT.gfa > MT.bed

Introduction

gfatools is a set of tools for manipulating sequence graphs in the GFA or the rGFA format. It has implemented parsing, subgraph and conversion to FASTA/BED. More functionality may be added in future.

About

This repo is for backup only. Please check the parent repo for details.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.7%
  • HTML 22.2%
  • JavaScript 4.4%
  • Go 2.9%
  • Other 0.8%