Merge branch 'remove_demo' into 'dev'
Remove demo data to avoid breaking production demo See merge request epi2melabs/workflows/wf-transcriptomes!318
This commit is contained in:
commit
274548f64f
18
README.md
18
README.md
@ -108,24 +108,6 @@ the following command:
|
||||
nextflow pull epi2me-labs/wf-transcriptomes
|
||||
```
|
||||
|
||||
A demo dataset is provided for testing of the workflow.
|
||||
It can be downloaded and unpacked using the following commands:
|
||||
```
|
||||
wget https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz
|
||||
tar -xzvf wf-transcriptomes-demo.tar.gz
|
||||
```
|
||||
The workflow can then be run with the downloaded demo data using:
|
||||
```
|
||||
nextflow run epi2me-labs/wf-transcriptomes \
|
||||
--de_analysis \
|
||||
--direct_rna \
|
||||
--fastq 'wf-transcriptomes-demo/differential_expression_fastq' \
|
||||
--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf' \
|
||||
--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa' \
|
||||
--sample_sheet 'wf-transcriptomes-demo/sample_sheet.csv' \
|
||||
-profile standard
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -37,21 +37,3 @@ the following command:
|
||||
```
|
||||
nextflow pull epi2me-labs/wf-transcriptomes
|
||||
```
|
||||
|
||||
A demo dataset is provided for testing of the workflow.
|
||||
It can be downloaded and unpacked using the following commands:
|
||||
```
|
||||
wget https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz
|
||||
tar -xzvf wf-transcriptomes-demo.tar.gz
|
||||
```
|
||||
The workflow can then be run with the downloaded demo data using:
|
||||
```
|
||||
nextflow run epi2me-labs/wf-transcriptomes \
|
||||
--de_analysis \
|
||||
--direct_rna \
|
||||
--fastq 'wf-transcriptomes-demo/differential_expression_fastq' \
|
||||
--ref_annotation 'wf-transcriptomes-demo/gencode.v22.annotation.chr20.gtf' \
|
||||
--ref_genome 'wf-transcriptomes-demo/hg38_chr20.fa' \
|
||||
--sample_sheet 'wf-transcriptomes-demo/sample_sheet.csv' \
|
||||
-profile standard
|
||||
```
|
||||
|
||||
@ -4,8 +4,6 @@
|
||||
"title": "epi2me-labs/wf-transcriptomes",
|
||||
"workflow_title": "Transcriptomes",
|
||||
"description": "Long-read transcriptome analysis using bambu with optional SQANTI3 QC, DESeq2, and DEXSeq.",
|
||||
"demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo.tar.gz",
|
||||
"aws_demo_url": "https://ont-exd-int-s3-euwst1-epi2me-labs.s3.amazonaws.com/wf-transcriptomes/wf-transcriptomes-demo/aws.nextflow.config",
|
||||
"url": "https://github.com/epi2me-labs/wf-transcriptomes",
|
||||
"type": "object",
|
||||
"definitions": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user