You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: inst/templates/rnaseq/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@ Make sure there is a project name for this.
5
5
## Run data with nf-core rnaseq
6
6
7
7
- Make sure you have access to our [Seqera WorkSpace](https://cloud.seqera.io/orgs/HBC/workspaces/core_production/launchpad)
8
-
- Transfer data to HCBC S3: Ask Alex/Lorena. Files will be at our S3 bucket `input/rawdata` folder
9
-
- Prepare the CSV file according this[instructions](https://nf-co.re/rnaseq/3.14.0/docs/usage#multiple-runs-of-the-same-sample). File should look like this:
8
+
- Transfer data to HCBC S3: Ask Alex/Lorena. Files will be at our S3 bucket `input` folder
9
+
- Prepare the CSV file according these[instructions](https://nf-co.re/rnaseq/3.14.0/docs/usage#multiple-runs-of-the-same-sample). File should look like this:
10
10
11
11
```csv
12
12
sample,fastq_1,fastq_2,strandedness
@@ -22,11 +22,11 @@ You can add more columns to this file with more metadata, and use this file as t
22
22
- Upload file to our `Datasets` in Seqera using the name of the project but starting with `rnaseq-pi_lastname-hbc_code`
23
23
- Go to `Launchpad`, select `nf-core_rnaseq` pipeline, and select the previous created `Datasets` in the `input` parameter after clicking in `Browser`
24
24
- Select an output directory with the same name used for the `Dataset` inside the `results` folder in S3
25
-
- When pipeline is down, data will be copied to our on-premise HPC in the scratch system under `scratch/groups/hsph/hbc/bcbio/` folder
25
+
- When pipeline is done, data will be copied to our on-premise HPC in the scratch system under `scratch/groups/hsph/hbc/bcbio/` folder
26
26
27
27
## Downstream analysis
28
28
29
-
Please, modify`information.R` with the right information. You can use this file with any other Rmd to include the project/analysis information.
29
+
Modify`information.R` with the right information. You can use this file with any other Rmd to include the project/analysis information.
30
30
31
31
### QC
32
32
@@ -37,7 +37,7 @@ Read instruction in the R and Rmd scripts to render it.
37
37
38
38
### DE
39
39
40
-
`DE/DEG.Rmd` is a template for two groups comparison. `params_de.R` has the information of the input files to load. You can point to `bcbio` or `nf-core/rnaseq` output files.
40
+
`DE/DEG.Rmd` is a template for comparison between two groups. `params_de.R` has the information for the input files to load. You can point to `bcbio` or `nf-core/rnaseq` output files.
41
41
42
42
On the `YAML` header file of the `Rmd` you can specify some parameters or just set them up in the first chunk of code of the template. This template has examples of:
0 commit comments