diff --git a/Docker/build.sh b/Docker/build.sh index 6da6c76..c0015e3 100644 --- a/Docker/build.sh +++ b/Docker/build.sh @@ -1,7 +1,7 @@ #!/bin/bash -tag="V0.1.1" +tag="V0.1.2" docker build --platform linux/amd64 -t wenjin27/methylgrapher:latest -t wenjin27/methylgrapher:$tag ./ # docker push wenjin27/methylgrapher:latest diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle index 8f2325c..b5dcb5e 100644 Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ diff --git a/docs/build/doctrees/filetype.doctree b/docs/build/doctrees/filetype.doctree index 2910788..c86d598 100644 Binary files a/docs/build/doctrees/filetype.doctree and b/docs/build/doctrees/filetype.doctree differ diff --git a/docs/build/doctrees/process.doctree b/docs/build/doctrees/process.doctree index 4a04420..382f1a0 100644 Binary files a/docs/build/doctrees/process.doctree and b/docs/build/doctrees/process.doctree differ diff --git a/docs/build/html/_sources/filetype.rst.txt b/docs/build/html/_sources/filetype.rst.txt index ae7878d..65999aa 100644 --- a/docs/build/html/_sources/filetype.rst.txt +++ b/docs/build/html/_sources/filetype.rst.txt @@ -5,17 +5,17 @@ File Types GFA: Graphical Fragment Assembly format ------------------------------- +------------------------------------------------------------ For detail explanation, refer to https://gfa-spec.github.io/GFA-spec/GFA1.html GAF: Graphical mApping Format ------------------------------- +------------------------------------------------------------ For detail explanation, refer to https://github.com/lh3/gfatools/blob/master/doc/rGFA.md methyl: Graph methylation file ------------------------------- +------------------------------------------------------------ The methylGrapher extraction output provides a list of each cytosine mapped to the genome graph, specified by its coordinates (segment ID, 0-based position on the segment, and strand relative to the segment). For each cytosine, the output includes its context, the number of read-pairs supporting whether the cytosine is methylated or unmethylated, and the coverage, which is the sum of methylated and unmethylated read-pairs. The methylation percentage is calculated as the ratio of methylated read-pairs to the total coverage. diff --git a/docs/build/html/_sources/process.rst.txt b/docs/build/html/_sources/process.rst.txt index f281181..51f995a 100644 --- a/docs/build/html/_sources/process.rst.txt +++ b/docs/build/html/_sources/process.rst.txt @@ -11,9 +11,6 @@ Description ~~~~~~~~~~~~~~~~~~~~~~ This process involves transforming the genome graph from GFA format into two fully converted genome graphs: one depleted of C bases and another depleted of G bases. Additionally, if desired, you may include a spike-in genome in FASTA format to estimate the conversion rate in a single step further. -.. note:: - It's important to note that in the C-to-T genome graph, if both C and T segments are positioned identically—meaning they share the same parent and child segments, and each has only one parent and one child—the T segments are removed. Additionally, any associated links and paths are redirected to the corresponding C segment. This principle also applies in the G-to-A genome graph. - Example Usage ~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: shell diff --git a/docs/build/html/process.html b/docs/build/html/process.html index fa9cc60..4086610 100644 --- a/docs/build/html/process.html +++ b/docs/build/html/process.html @@ -118,10 +118,6 @@
This process involves transforming the genome graph from GFA format into two fully converted genome graphs: one depleted of C bases and another depleted of G bases. Additionally, if desired, you may include a spike-in genome in FASTA format to estimate the conversion rate in a single step further.
-Note
-It’s important to note that in the C-to-T genome graph, if both C and T segments are positioned identically—meaning they share the same parent and child segments, and each has only one parent and one child—the T segments are removed. Additionally, any associated links and paths are redirected to the corresponding C segment. This principle also applies in the G-to-A genome graph.
-