Skip to content

NAL-i5K/wiggle-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wiggle-Tools

Build Status

Collection of scripts for generating BigWig files.

  • GCcontent2bigwig.py: calculate GC content from a FASTA file and convert it to BigWig file format.

  • gap2bigwig.py: find out gap regions (i.e., N base) from a FASTA file and convert to a BigWig file format.

Usage

  • GCcontent2bigwig.py:

      GCcontent2bigwig.py <FASTA file>
      [-o, --bigwig_filename=<output file name>
      -t, --tempfile
      -k, --keep_tempfile
      -g, --gzip]
  • gap2bigwig.py:

      gap2bigwig.py <FASTA file>
      [-o, --bigwig_filename=<output file name>
       -t, --tempfile
       -k, --keep_tempfile
       -g, --gzip]

Prerequsites

  • Linux - tested on CentOS 6 x86_64 (should work on Mac, may work on windows if you can compile wigToBigWig by yourself)
  • Python 2.7

Installation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%