Skip to content

mschemmel/nstretch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nstretch

You're curious about the missing part of your genome? You need to know where the Ns are! So far, only fasta files are supported.

Usage

# input
./nstretch genome.fa                    # file
cat genome.fa | ./nstretch              # stdin
gunzip -c genome.fa.gz | ./nstretch     # stdin using gzipped data

Output

The output is given in bed format consisting of chr, start and end.

chr start end
Chr1 12 34
Chr2 13478 13582
... ... ...

About

Focus on the missing part of your genome

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published