Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ The directories listed below will be created in the results directory after the
│ ├── sample.normal_alleleFrequencies_chr(1-22,X).txt
│ ├── sample.purityploidy.txt
│ ├── sample.segments.txt
│ ├── sample.segments_raw.txt
│ ├── sample.tumour_alleleFrequencies_chr(1-22,X).txt
│ ├── sample.tumour_normalBAF_rawBAF.txt
│ ├── sample.tumour_normalBAF.txt
Expand All @@ -92,6 +93,7 @@ The directories listed below will be created in the results directory after the
| `sample.normal_alleleFrequencies_chr(1-22,X).txt` | a tsv file describing the snp counts for the normal sample at each position and their respective depths |
| `sample.purityploidy.txt` | a tsv file describing the purity and ploidy values of the sample |
| `sample.segments.txt` | a tsv file describing each chromosome segment and it's major and minor copy number |
| `sample.segments_raw.txt` | a tsv file describing each chromosome segment and it's major and minor rounded and raw copy number |
| `sample.tumour_alleleFrequencies_chr(1-22,X).txt` | a tsv file describing the snp counts for the tumor sample at each position and their respective depths |
| `sample.tumour_normalBAF_rawBAF.txt` | a tsv file with the raw BAF values in the normal sample |
| `sample.tumour_normalBAF.txt` | a tsv file with the BAF values in the normal sample |
Expand Down
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ You can also generate such `YAML`/`JSON` files via [nf-core/launch](https://nf-c
| `--ascat_loci_files` | A full path to a zipped folder containing loci files for [ASCAT](https://github.com/VanLoo-lab/ascat/tree/master/ReferenceFiles/WGS). Must be zipped and have `.zip` format. Default = `null` |
| `--ascat_gc_file` | A full path to a GC correction file for [ASCAT](https://github.com/VanLoo-lab/ascat/tree/master/ReferenceFiles/WGS). Optionally can be zipped and have either `.txt` or `.txt.zip` format. Default = `null` |
| `--ascat_rt_file` | A full path to a replication timing correction file for [ASCAT](https://github.com/VanLoo-lab/ascat/tree/master/ReferenceFiles/WGS). Optionally can be zipped and have either `.txt` or `.txt.zip` format. Default = `null` |
| `--ascat_pdf_plots` | string to enable output pltos in pdf format. Default = `false` |

### Updating the pipeline

Expand Down
77 changes: 59 additions & 18 deletions modules/nf-core/ascat/ascat.diff

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions modules/nf-core/ascat/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions modules/nf-core/ascat/tests/main.nf.test

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading