From 57d514a4319bf70cc70940781d84986fd6c3bde7 Mon Sep 17 00:00:00 2001 From: April Shen Date: Tue, 9 Jan 2024 14:47:06 +0000 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46f97b4a..1c673fd0 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,7 @@ cd ${ANNOTATION_ROOT} mkdir -p gene_mapping logs # Run the nextflow pipeline, resuming execution of previous attempt if possible. +# For conda, use instead: cmat annotate nextflow run ${CODE_ROOT}/pipelines/annotation_pipeline.nf \ --output_dir ${ANNOTATION_ROOT} \ --mappings ${LATEST_MAPPINGS} \ @@ -116,6 +117,7 @@ mkdir -p ${CURATION_ROOT} cd ${CURATION_ROOT} # Run the nextflow pipeline, resuming execution of previous attempt if possible. +# For conda, use instead: cmat generate-curation nextflow run ${CODE_ROOT}/pipelines/generate_curation_spreadsheet.nf \ --curation_root ${CURATION_ROOT} \ --mappings ${LATEST_MAPPINGS} \ @@ -143,6 +145,7 @@ Download the spreadsheet as a CSV file, making sure that all the data is visible cd ${CURATION_ROOT} # Run the nextflow pipeline, resuming execution of previous attempt if possible. +# For conda, use instead: cmat export-curation nextflow run ${CODE_ROOT}/pipelines/export_curation_spreadsheet.nf \ --input_csv ${CURATION_ROOT}/finished_curation_spreadsheet.csv \ --curation_root ${CURATION_ROOT} \