From 12b3cb9f17023db389e7e11a43a6099bb112e26c Mon Sep 17 00:00:00 2001 From: "Gervaise H. Henry" <gervaise.henry@utsouthwestern.edu> Date: Mon, 13 Apr 2020 11:43:39 -0500 Subject: [PATCH] Update indev version to 2.0.0 --- CHANGELOG.md | 2 +- workflow/nextflow.config | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef8575..349c075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# v1.2.1 (in development) +# v2.0.0 (in development) **User Facing** * Check Design File for spaces in name and file contents * Attempt to preven thredding error (which appears to only happen on 256GBv1 nodes) diff --git a/workflow/nextflow.config b/workflow/nextflow.config index 9496393..863af3c 100644 --- a/workflow/nextflow.config +++ b/workflow/nextflow.config @@ -38,6 +38,6 @@ manifest { homePage = 'https://git.biohpc.swmed.edu/BICF/Astrocyte/cellranger_count' description = 'This pipeline is a wrapper for the cellranger count tool from 10x Genomics. It takes fastq files from 10x Genomics Single Cell Gene Expression libraries, performs alignment, filtering, barcode counting, and UMI counting. It uses the Chromium cellular barcodes to generate gene-barcode matrices, determine clusters, and perform gene expression analysis.' mainScript = 'main.nf' - version = 'v1.2.1_indev' + version = 'v2.0.0_indev' nextflowVersion = '>=0.31.0' -} \ No newline at end of file +} -- GitLab