diff --git a/example_files/blog.yaml b/example_files/blog.yaml deleted file mode 100644 index 5bb03eec..00000000 --- a/example_files/blog.yaml +++ /dev/null @@ -1,7 +0,0 @@ -blog_post: - - title: "test post please ignore" - text: "this is a test!" - - title: "test post 2" - text: "test~" - - title: "test 3" - text: "test 3 text" \ No newline at end of file diff --git a/example_files/example_manifest.yaml b/example_files/example_manifest.yaml deleted file mode 100644 index 5223a63a..00000000 --- a/example_files/example_manifest.yaml +++ /dev/null @@ -1,25 +0,0 @@ -ABC_CLIP: - # text input, user can submit free-text to describe his/her manifest - description: "some description here" - # dropdown menu with one option (select one) - barcode_file: "barcode_set1.csv" - # dropdown menu with three options (select one) - adapter_file: - - "InvRiL19_adapters.fasta" - - "InvRNA1.fasta" - - "InvRNA2.fasta" - # dropdown menu with two options (select one) - chrom_sizes: - - "hg38.chrom.sizes" - - "hg19.chrom.sizes" - # dropdown menu with two options (select at least one) - star_index: - - "star_2_7_gencode29_sjdb" - - "star_2_7_6a_release6_sjdb" - umi_pattern: "XXXXXNNNNN" - # fastqs, one or more text inputs (users can define one or more fastq files using an 'add fastq' button) - fastqs: - - "ABC009_1_S1_R1_001_small.fastq.gz" - - "ABC009_2_S2_R1_001_small.fastq.gz" - - "ABC009_3_S3_R1_001_small.fastq.gz" - - "ABC009_4_S4_R1_001_small.fastq.gz" \ No newline at end of file diff --git a/form_builder/templates/form_builder/CLIP_form.html b/form_builder/templates/form_builder/CLIP_form.html index 8c4f3b16..c275ddf8 100644 --- a/form_builder/templates/form_builder/CLIP_form.html +++ b/form_builder/templates/form_builder/CLIP_form.html @@ -7,43 +7,20 @@
A pipeline designed to identify genomic locations (peaks) of RNA-bound proteins.