You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- When run as 'yes', ultra resolution maps will be generated if the genome is > 4.Gb.
13
+
- When run as 'ultra', an ultra resolution map will be generated regardless of genome size.
14
+
- Update to `pretextmap` to a version that supports `--ultraRes`
15
+
- Update to add the `--snapshot_order` now supported by `pretextsnapshot`
16
+
- This is a `.txt` with a scaffold name per line.
17
+
- Update the `repeat_density` subworkflow from local to `sanger-tol`
18
+
- Update to config file to support the above fixes.
19
+
- Addition of example params file `assets/example_params_file.yaml`
20
+
21
+
### Software Dependencies
22
+
23
+
Note, since the pipeline is using Nextflow DSL2, each process will be run with its own Biocontainer. This means that on occasion it is entirely possible for the pipeline to be using different versions of the same tool. However, the overall software dependency changes compared to the last release have been listed below for reference.
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,15 @@ Currently, the pipeline uses the following flags:
77
77
-`--cram_chunk_size`
78
78
- The number of records in a cram file should be chunked into, defaults to 10000.
79
79
80
+
-`--run_hires`
81
+
- A boolean to run the pipeline in hires mode, i.e., generate hires resolution maps. Default is `true`
82
+
83
+
-`--run_ultra`
84
+
- A string argument to run the pipeline in ultra resolution mode, i.e., generate ultra resolution maps. Options are: `yes`, `force`, `no`. Default is `yes`, this runs ultra resolution maps is the genome file is > 4.Gb.
85
+
86
+
-`--snapshot_order`
87
+
- A path to a `genome`, `sizes` or `fai` file containing the scaffolds in the order required for the output snapshot png file.
0 commit comments