Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update usage.md #52

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
18 changes: 9 additions & 9 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@

## Samplesheet input

You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a tsv file with 4 columns, and a header row as shown in the examples below.
You will need to create a samplesheet with information about the samples you would like to analyse before running the pipeline. Use this parameter to specify its location. It has to be a csv file with 4 columns, and a header row as shown in the examples below.

```bash
--input '[path to samplesheet file]'
```

```csv title="samplesheet.csv"
sample maf facets_hisens_cncf hla_file
tumor_normal temp_test_somatic_unfiltered.maf facets_hisens.cncf.txt winners.hla.txt
sample,maf,facets_hisens_cncf,hla_file
tumor_normal,temp_test_somatic_unfiltered.maf,facets_hisens.cncf.txt,winners.hla.txt
```

| Column | Description |
| ------------------------------------- | -------------------------------------------------- |
| `sample` | Custom sample name. |
| `maf` | The path to a maf output by the TEMPO pipeline. |
| `facets_hisens_cncf` | The path to the hisens cncf file output by facets. |
| `hla_file` A hla file from polysolver | |
| Column | Description |
| -------------------- | -------------------------------------------------- |
| `sample` | Custom sample name. |
| `maf` | The path to a maf output by the TEMPO pipeline. |
| `facets_hisens_cncf` | The path to the hisens cncf file output by facets. |
| `hla_file` | A hla file from polysolver |

An [example samplesheet](../assets/samplesheet.csv) has been provided with the pipeline.

Expand Down
Loading