Giter Site home page Giter Site logo

syntenyparser's Introduction

SyntenyParser

Report bug to Jitendra Narayan ( [email protected] )

SyntenyParser script usage

  print "Usage: $0 --qfile --flip 1 \n\n";
  print	"Options:\n";
  print "	--qfile|-q	query Synteny blocks_coords file\n";
  print "	--flip|-f	flip the coordiantes if negative oriented | 1 for yes or 0 for no \n";
  print "	--core|-c	Number of core/core to use \n";
  print "	--ofile|-o	oufile/results file\n";
  print "	--ref|-r	reference name \n";
  print "	--tar|-t	target name\n";
  print "	--plot|-p	name of scaff to plot\n";
  print "	--block|-b	report block format : for default see below\n";
  print "     	--help|-h	brief help message\n";
  print "	--lfile|-l	provide chr length file\n";
  print "	--mode|-m	provide alingnment mode\n";
  print "     	--help|-h	brief help message\n";

print "For LastZ general-: perl SyntenyParser.pl -a seeALN_scaffold_15.lz -f 1 -c 1 -o see2 -r ref -t tar -p scaffold_15 -m lastz -l scaff15.fa.fai
";
print "For Sibelia: perl SyntenyParser.pl -a blocks_coords.txt -f 1 -c 1 -o see2 -r ref -t tar -p scaffold_1 -m sibelia";

Outfile format (default)

  +Col1		Name of the reference
  +Col2		Name of the reference chromosome/contig/sequence
  +Col3		Strand
  +Col4		Start coordinates
  +Col5		End coordinates
  +Col6		Length of alignments
  +Col7		Name of the target
  +Col8		Name of the target chromosome/contig/sequence
  +Col9		Strand
  +Col10	Start coordinates
  +Col11	End coordinates
  +Col12	Length of alignments
  +Col13	Others

syntenyparser's People

Contributors

jnarayan81 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.