diff --git a/README.md b/README.md index d6bd394..445e01e 100755 --- a/README.md +++ b/README.md @@ -236,6 +236,12 @@ Other low quality mutations are removed from the output. The VAF thresholds can be changed with the parameters `--low_frequency_variant_threshold`, `--subclonal_variant_threshold` and `--low_quality_clonal_variant_threshold`. +### Lineage only mode + +At some point, it might be desirable to run only the lineage determination to obtain only the pangolin calls +of a sample. To solve this problem, we have implemented the lineage-only mode, which can be executed by specifying the option +"--lineage_mode" option. Please note that this mode can only be used with FASTA or VCF as input. + ## How to run ### Requirements @@ -387,6 +393,17 @@ path to BAM and path to BAI. | ... | ... | ... | +For lineage-only: +``` +nextflow run tron-bioinformatics/covigator-ngs-pipeline \ +[-r v0.10.0] \ +[-profile conda] \ +--fasta \ +--name example_run \ +--output \ +--lineage_mode +``` + ### Getting help