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
Thank you to everyone else that has contributed by reporting bugs, enhancements or in any other way, shape or form.
21
+
22
+
### Enhancements & fixes
23
+
24
+
-[PR #1135](https://github.com/nf-core/rnaseq/pull/1135) - Update [action-tower-launch](https://github.com/marketplace/actions/action-tower-launch) to v2 which supports more variable handling
25
+
-[PR #1141](https://github.com/nf-core/rnaseq/pull/1141) - Important! Template update for nf-core/tools v2.11
26
+
-[PR #1143](https://github.com/nf-core/rnaseq/pull/1143) - Move fasta check back to Groovy ([#1142](https://github.com/nf-core/rnaseq/issues/1142))
27
+
-[PR #1144](https://github.com/nf-core/rnaseq/pull/1144) - Interface to kmer size for pseudoaligners ([#1111](https://github.com/nf-core/rnaseq/issues/1111))
28
+
-[PR #1149](https://github.com/nf-core/rnaseq/pull/1149) - Fix and patch version commands for Fastp, FastQC and UMI-tools modules ([#1103](https://github.com/nf-core/rnaseq/issues/1103))
29
+
-[PR #1150](https://github.com/nf-core/rnaseq/pull/1150) - Be more flexible on attribute values in GTFs ([#1132](https://github.com/nf-core/rnaseq/issues/1132))
30
+
-[PR #1151](https://github.com/nf-core/rnaseq/pull/1151) - fix to #1150: reinstate conditional
31
+
-[PR #1152](https://github.com/nf-core/rnaseq/pull/1152) - Bump container versions for tools using Docker V1 manifest ([#1140](https://github.com/nf-core/rnaseq/issues/1140))
Copy file name to clipboardexpand all lines: README.md
+5-10
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,8 @@
50
50
51
51
## Usage
52
52
53
-
:::note
54
-
If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how
55
-
to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline)
56
-
with `-profile test` before running the workflow on actual data.
57
-
:::
53
+
> [!NOTE]
54
+
> If you are new to Nextflow and nf-core, please refer to [this page](https://nf-co.re/docs/usage/installation) on how to set-up Nextflow. Make sure to [test your setup](https://nf-co.re/docs/usage/introduction#how-to-run-a-pipeline) with `-profile test` before running the workflow on actual data.
58
55
59
56
First, prepare a samplesheet with your input data that looks as follows:
60
57
@@ -84,11 +81,9 @@ nextflow run nf-core/rnaseq \
84
81
-profile <docker/singularity/.../institute>
85
82
```
86
83
87
-
:::warning
88
-
Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those
89
-
provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
90
-
see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
91
-
:::
84
+
> [!WARNING]
85
+
> Please provide pipeline parameters via the CLI or Nextflow `-params-file` option. Custom config files including those provided by the `-c` Nextflow option can be used to provide any configuration _**except for parameters**_;
86
+
> see [docs](https://nf-co.re/usage/configuration#custom-configuration-files).
92
87
93
88
For more details and further functionality, please refer to the [usage documentation](https://nf-co.re/rnaseq/usage) and the [parameter documentation](https://nf-co.re/rnaseq/parameters).
This report has been generated by the <a href="https://github.com/nf-core/rnaseq/releases/tag/3.14.0" target="_blank">nf-core/rnaseq</a> analysis pipeline. For information about how to interpret these results, please see the <a href="https://nf-co.re/rnaseq/3.14.0/docs/output" target="_blank">documentation</a>.
#description: \"provides duplication rate quality control for RNA-Seq datasets. Highly expressed genes can be expected to have a lot of duplicate reads, but high numbers of duplicates at low read counts can indicate low library complexity with technical duplication.
0 commit comments