From 873528facc9e33e724ac6cc8b45ae0aac615467a Mon Sep 17 00:00:00 2001 From: Achisha Saikia <achisha.saikia@utsouthwestern.edu> Date: Wed, 29 Jan 2025 13:29:40 -0600 Subject: [PATCH] Update file astrocyte_pkg.yml --- astrocyte_pkg.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/astrocyte_pkg.yml b/astrocyte_pkg.yml index b77a4dc..3213db2 100644 --- a/astrocyte_pkg.yml +++ b/astrocyte_pkg.yml @@ -123,7 +123,7 @@ workflow_parameters: type: files required: false description: | - --input. Your input file. A csv file of your experiment design. See the example bellow! + --input. Your input file. A csv file of your experimental design. See the example below under Sample Information Table min: 1 regex: ".*(.csv|.txt)" @@ -133,7 +133,6 @@ workflow_parameters: description: | Input reads in fastq format, could be gziped. If files in design file are not public URL, include all files here. - If you have other input files, please include them here as well (for "known_splices"/"bamqc_regions_file"). regex: ".*(.fastq|.fq|.fastq.gz|.fq.gz|.gtf|.gff|.bed)" - id: fragment_size -- GitLab