# HG changeset patch # User iuc # Date 1739964106 0 # Node ID 87a0eb97d160e6297f225d0fc36128dedb48458e planemo upload for repository https://github.com/thegenemyers/MERQURY.FK commit 5c9fd72ef5aa8b8694cdba75d1e54fbe4cda5d9d diff -r 000000000000 -r 87a0eb97d160 hapmaker.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/hapmaker.xml Wed Feb 19 11:21:46 2025 +0000 @@ -0,0 +1,64 @@ + + Generates hap-mer tables from FastK k-mer data of maternal, paternal, and child sequences + + macros.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + .hap.ktab for the maternal hap-mers and .hap.ktab for the paternal hap-mers. + ]]> + + \ No newline at end of file diff -r 000000000000 -r 87a0eb97d160 macros.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/macros.xml Wed Feb 19 11:21:46 2025 +0000 @@ -0,0 +1,82 @@ + + 1.1.1 + 0 + + -w${width} + -h${height} + + + #if $measure.measurement == "relative": + -x${max_x} + -y${max_y} + #else: + -X${max_x} + -Y${max_y} + #end if + + + #for $graph in $graphs: + $graph + #end for + + + + merquryfk + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + part of MERQURY.FK + + + + + @misc{githubMERQURY.FK. + author = {Eugene Myers}, + year = {2023}, + title = {MERQURY.FK}, + publisher = {GitHub}, + journal = {GitHub repository}, + url = {https://github.com/thegenemyers/MERQURY.FK}, + } + + + + \ No newline at end of file diff -r 000000000000 -r 87a0eb97d160 test-data/child.tar Binary file test-data/child.tar has changed diff -r 000000000000 -r 87a0eb97d160 test-data/maternal.hap.ktab diff -r 000000000000 -r 87a0eb97d160 test-data/maternal.tar Binary file test-data/maternal.tar has changed diff -r 000000000000 -r 87a0eb97d160 test-data/paternal.hap.ktab diff -r 000000000000 -r 87a0eb97d160 test-data/paternal.tar Binary file test-data/paternal.tar has changed