Skip to content
forked from Amyris/Gslc

Genotype Specification Language command-line compiler application.

License

Notifications You must be signed in to change notification settings

demetrixbio/Gslc

 
 

Repository files navigation

#Genotype Specification Language (GSL)

Building GSL

  • get the dotnet sdk 7.0 installed
  • ./build.sh (recommend bash shell on windows)
  • compiler ends up in bin/Gslc/net7.0/Gslc.exe

Running GSL

$ bin/Gslc/net7.0/Gslc.exe --snapgene . foo examples/simple_fusion.gsl
$ bin/Gslc/net7.0/Gslc.exe --snapgene . foo examples/simple_fusion.gsl
// GSL core compiler version 0.5.0 (04b205)
Writing snapgene output to dir=. tag=foo path=.\foo.0.dna

Open up foo.0.dna with your favorite genbank viewer (e.g. snapgene )

Intro

This is the command line wrapper around the main GslCore library that implements the bulk of the compiler.

NOTE

This version builds against the public Dmx.GslCore library (vs the Amyris GslCore)

Overview

Amyris domain specification language for rapidly specifying genetic designs

Documentation in the repo is sparse currently, but you can find

About

Genotype Specification Language command-line compiler application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • F# 99.3%
  • Other 0.7%