Reference implementation of the scaffolding gap size estimation algorithm by Kristoffer Sahlin.
Python modules scipy, pysam0.6, networkx1.4
Requierd arguments:
-
-c a contig file (path to)
-
-f a BAM of SAM file (path to)
-
-m the mean of the insert sizes of the library (integer)
-
-s standard deviation of the library (integer)
-
-r (integer number) Mean read length for each of the libraries.
Optional: 8 -e (integer number) The least amount of witness links that is needed to create a link edge in graph to estimate gap for
python Main.py -c /path/to/contigfile.fa -f /path/to/file1.bam /path/to/file2.bam -o /path/to/output -m <mean> -s <std dev>