Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit b289587

Browse files
committed
Added to readme describing output files in wd
1 parent 3cbe715 commit b289587

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ or using a more manual approach ( require you to clone the git repository)
5252
nextflow path_to_NGI-RNAseq/main.nf -c path_to_your_nextflow_config --reads '*_R{1,2}.fastq.gz' --genome 'GRCm38'
5353
```
5454

55+
Note that the pipeline will create files in your working directory:
56+
```bash
57+
work # Directory containing the nextflow working files
58+
results # Finished results for each sample, one directory per pipeline step
59+
.nextflow_log # Log file from Nextflow
60+
# Other nextflow hidden files, eg. history of pipeline runs and old logs.
61+
```
5562

5663
### `--reads`
5764
Location of the input FastQ files:

0 commit comments

Comments
 (0)