diff --git a/404.html b/404.html index c01cb19f1..28b5772f9 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ - + @@ -29,11 +29,11 @@ - + - + - +
# create stitch parameter file 'stitch.params'
-harpy stitchparams -o stitch.params
+# create the parameter file 'stitch.params'
+harpy imputeparams -o stitch.params
# run imputation
harpy impute --threads 20 --vcf Variants/mpileup/variants.raw.bcf --parameters stitch.params Align/ema
@@ -502,8 +502,8 @@
different model parameters (explained in next section). The solution Harpy uses for this is to have the user
provide a tab-delimited dataframe file where the columns are the 6 STITCH model
parameters and the rows are the values for those parameters. The parameter file
-is required and can be created manually or with
- harpy stitchparams
+is required and can be created manually or with
+ harpy imputeparams
.
If created using harpy, the resulting file includes largely meaningless values
that you will need to adjust for your study. The parameter must follow a particular format:
diff --git a/workflows/metassembly/index.html b/workflows/metassembly/index.html
index db185e1f5..0c49803aa 100644
--- a/workflows/metassembly/index.html
+++ b/workflows/metassembly/index.html
@@ -4,7 +4,7 @@
-
+
@@ -34,12 +34,12 @@
-
+
-
+
-
-
+
+
@@ -61,7 +61,7 @@
Harpy
- v1.12
+ v1.13
imputeparams
resume
stitchparams
view
Create a template parameter file for the + impute + module. +The file is formatted correctly and serves as a starting point for using parameters that make sense for your study.
+harpy imputeparams -o OUTPUTFILE
+harpy imputeparams -o params.stitch
+Typically, one runs STITCH multiple times, exploring how results vary with +different model parameters. The solution Harpy uses for this is to have the user +provide a tab-delimited dataframe file where the columns are the 6 STITCH model +parameters and the rows are the values for those parameters. To make formatting +easier, a template file is generated for you, just replace the values and add/remove +rows as necessary. See the section for the + impute + +module for details on these parameters. The template file will look like:
+name model usebx bxlimit k s ngen
+k10_ng50 diploid TRUE 50000 3 2 10
+k1_ng30 diploid TRUE 50000 3 1 5
+high_ngen diploid TRUE 50000 15 1 100
+harpy resume [--conda] DIRECTORY
---conda
.harpy_envs/
folder with the necessary conda enviroments/workflow/envs
folder with the necessary conda enviromentsconfig.yaml
file (advanced, not recommended unless you are confident with what you're doing).
resume
- also requires an existing and populated .harpy_envs/
directory in the current work directory, like the kind all
+ also requires an existing and populated workdir/envs/
directory in the target directory, like the kind all
main harpy
workflows would create. If one is not present, you can use --conda
to create one.
harpy popgroup -o samples.groups data/
-Create a template parameter file for the - impute - module. The file is formatted correctly and serves -as a starting point for using parameters that make sense for your study.
+This convenience command lets you view the latest workflow log file
+of a Harpy output directory. Use --snakefile
or --config
to view the workflow
+snakefile or config.yaml file instead, respectively. Output is printed to the screen via less
and
+accepts the typical keyboard shortcuts to navigate the output.
harpy stitchparams -o OUTPUTFILE
+harpy view [-s] [-c] DIRECTORY
harpy stitchparams -o params.stitch
+harpy view Align/bwa
--output
-o
DIRECTORY
--snakemake
-s
--config
-c
config.yaml
file insteadTypically, one runs STITCH multiple times, exploring how results vary with -different model parameters. The solution Harpy uses for this is to have the user -provide a tab-delimited dataframe file where the columns are the 6 STITCH model -parameters and the rows are the values for those parameters. To make formatting -easier, a template file is generated for you, just replace the values and add/remove -rows as necessary. See the section for the - impute - -module for details on these parameters. The template file will look like:
-name model usebx bxlimit k s ngen
-k10_ng50 diploid TRUE 50000 3 2 10
-k1_ng30 diploid TRUE 50000 3 1 5
-high_ngen diploid TRUE 50000 15 1 100
-