diff --git a/development/contributors/index.html b/development/contributors/index.html index fca4e53..9ee79a7 100644 --- a/development/contributors/index.html +++ b/development/contributors/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/discussions/index.html b/development/discussions/index.html index 58f1542..805395a 100644 --- a/development/discussions/index.html +++ b/development/discussions/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/flow-diagram/index.html b/development/flow-diagram/index.html index 6e7eb5b..e5e2827 100644 --- a/development/flow-diagram/index.html +++ b/development/flow-diagram/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/how-to-run/index.html b/development/how-to-run/index.html index c59c6fe..ddbb0a9 100644 --- a/development/how-to-run/index.html +++ b/development/how-to-run/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • @@ -126,13 +126,13 @@

    How To Run

    The source code should never be modified when running our pipelines

  • -

    Create a config file for input, output, and parameters. An example for a config file can be found here. See Inputs for the detailed description of each variable in the config file. The config file can be generated using a python script (see below).

    +

    Create a config file for input, output, and parameters. An example for a config file can be found here. See Inputs for the detailed description of each variable in the config file. The config file can be generated using a python script (see below).

  • Do not directly modify the source template.config, but rather you should copy it from the pipeline release folder to your project-specific folder and modify it there

  • -

    Create the input csv using the template. The example csv is a single-lane sample, however this pipeline can take multi-lane sample as well, with each record in the csv file representing a lane (a pair of fastq). All records must have the same value in the sample column. See Inputs for detailed description of each column. All columns must exist in order to run the pipeline successfully.

    +

    Create the input csv using the template. The example csv is a single-lane sample, however this pipeline can take multi-lane sample as well, with each record in the csv file representing a lane (a pair of fastq). All records must have the same value in the sample column. See Inputs for detailed description of each column. All columns must exist in order to run the pipeline successfully.

  • Again, do not directly modify the source template csv file. Instead, copy it from the pipeline release folder to your project-specific folder and modify it there.

    @@ -145,7 +145,7 @@

    How To Run

    To submit to UCLAHS-CDS's Azure cloud, use the submission script here with the command below:

    python path/to/submit_nextflow_pipeline.py \
    @@ -156,7 +156,7 @@ 

    How To Run

    --email jdoe@ucla.edu

    BWA-MEM2 Genome Index -The reference genome index must be generated by BWA-MEM2 with the correct version. Genome index generated by old BWA-MEM2 versions or the original BWA is not accepted. The reference genome index can be generated using the generate-genome-index.nf nextflow pipeline. To run this pipeline, you need to create a config file using this template to specify the path of reference_fasta and the temp_dir. The temp_dir is used to store intermediate files of Nextflow. The genome index files are saved to the same directory of the input reference FASTA by the pipeline. Use the command below to run this generate genome index pipeline:

    +The reference genome index must be generated by BWA-MEM2 with the correct version. Genome index generated by old BWA-MEM2 versions or the original BWA is not accepted. The reference genome index can be generated using the generate-genome-index.nf nextflow pipeline. To run this pipeline, you need to create a config file using this template to specify the path of reference_fasta and the temp_dir. The temp_dir is used to store intermediate files of Nextflow. The genome index files are saved to the same directory of the input reference FASTA by the pipeline. Use the command below to run this generate genome index pipeline:

    nextflow run path/to/generate-genome-index.nf -config path/to/genome-specific.config
     

    This can also be submitted using the submission script to the UCLAHS-CDS's Azure cloud as mentioned above.

    diff --git a/development/index.html b/development/index.html index 8593aef..fdf0b44 100644 --- a/development/index.html +++ b/development/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • @@ -191,5 +191,5 @@

    Pipeline-align-DNA

    diff --git a/development/inputs/index.html b/development/inputs/index.html index d49c62b..f50892f 100644 --- a/development/inputs/index.html +++ b/development/inputs/index.html @@ -106,7 +106,7 @@
  • - Edit on GitHub + Edit on GitHub

  • @@ -117,7 +117,7 @@

    Inputs

    Input CSV Fields

    -

    The input csv must have all columns below and in the same order. An example of an input csv can be found here

    +

    The input csv must have all columns below and in the same order. An example of an input csv can be found here

    @@ -196,7 +196,7 @@

    Config File Parameters

    - + diff --git a/development/license/index.html b/development/license/index.html index 10cdc56..a198b23 100644 --- a/development/license/index.html +++ b/development/license/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/outputs/index.html b/development/outputs/index.html index a9bbbad..947872b 100644 --- a/development/outputs/index.html +++ b/development/outputs/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/overview/index.html b/development/overview/index.html index b1f5512..960dd79 100644 --- a/development/overview/index.html +++ b/development/overview/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/pipeline-steps/index.html b/development/pipeline-steps/index.html index 3e44f8a..e19c8b8 100644 --- a/development/pipeline-steps/index.html +++ b/development/pipeline-steps/index.html @@ -112,7 +112,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/references/index.html b/development/references/index.html index 79139ca..2a4ee23 100644 --- a/development/references/index.html +++ b/development/references/index.html @@ -102,7 +102,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/development/sitemap.xml.gz b/development/sitemap.xml.gz index 3e4fd64..84c44e9 100644 Binary files a/development/sitemap.xml.gz and b/development/sitemap.xml.gz differ diff --git a/development/testing-and-validation/index.html b/development/testing-and-validation/index.html index 546a6a4..018563f 100644 --- a/development/testing-and-validation/index.html +++ b/development/testing-and-validation/index.html @@ -108,7 +108,7 @@
  • - Edit on GitHub + Edit on GitHub

  • diff --git a/versions.json b/versions.json index 3ac8e21..87030aa 100644 --- a/versions.json +++ b/versions.json @@ -4,16 +4,16 @@ "title": "development", "aliases": [], "properties": { - "commit": "082e71bab1924113fc45fde359edebbc4f0d4920", - "date": "2024-10-18T14:02:56-07:00" + "commit": "aa819fdbc16240ff2d3a5f248c8558cc28397918", + "date": "2024-10-18T14:50:10-07:00" } }, { "version": "v10.1.0", "title": "v10.1.0", "aliases": [ - "latest", - "release-candidate" + "release-candidate", + "latest" ], "properties": { "commit": "19fe13b5c8103bb5cd91e97df7525694f2c88ebe",
    input_csv yes pathAbsolute path to the input csv. See here for example and above for the detail of required fields.Absolute path to the input csv. See here for example and above for the detail of required fields.
    reference_fasta_bwa