Skip to content

Commit

Permalink
Merge pull request #3 from avani-bhojwani/fix-linting
Browse files Browse the repository at this point in the history
Linting and param updates
  • Loading branch information
avani-bhojwani authored Jul 15, 2024
2 parents 16721d4 + e78d56a commit ef05123
Show file tree
Hide file tree
Showing 13 changed files with 720 additions and 1,100 deletions.
4 changes: 4 additions & 0 deletions .nf-core.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
repository_type: pipeline
nf_core_version: "2.14.1"
lint:
nextflow_config:
- config_defaults:
- params.ribo_database_manifest
4 changes: 2 additions & 2 deletions assets/multiqc_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
report_comment: >
This report has been generated by the <a href="https://github.com/nf-core/denovotranscript/tree/dev" target="_blank">nf-core/denovotranscript</a>
This report has been generated by the <a href="https://github.com/nf-core/denovotranscript/releases/tag/1.0.0" target="_blank">nf-core/denovotranscript</a>
analysis pipeline. For information about how to interpret these results, please see the
<a href="https://nf-co.re/denovotranscript/dev/docs/output" target="_blank">documentation</a>.
<a href="https://nf-co.re/denovotranscript/1.0.0/docs/output" target="_blank">documentation</a>.
report_section_order:
"nf-core-denovotranscript-methods-description":
order: -1000
Expand Down
5 changes: 2 additions & 3 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ assemblers/methods/outputs to want to include as inputs to Evidential Gene:
- `--soft_filtered_transcripts` (to include soft filtered transcripts from rnaSPAdes as inputs to Evidential Gene)
- `--hard_filtered_transcripts` (to include hard filtered transcripts from rnaSPAdes as inputs to Evidential Gene)

Extra parameters can be provided to Trinity using the `extra_trinity_args` parameter.
Extra parameters can be provided to Trinity using the `extra_trinity_args` parameter. The `ss` param can be used to set the strand-specific type for rnaSPAdes.

All assemblies are concatenated into one and redundancy is reduced using
Evidential Gene's tr2aacds tool. You can provide additional parameters to tr2aacds
Expand All @@ -150,7 +150,7 @@ You can provide the path to the transcriptome assembly fasta file with the `--tr
The typical command for running the pipeline is as follows:

```bash
nextflow run nf-core/denovotranscript --input ./samplesheet.csv --outdir ./results --genome GRCh37 -profile docker
nextflow run nf-core/denovotranscript --input ./samplesheet.csv --outdir ./results -profile docker
```

This will launch the pipeline with the `docker` configuration profile. See below for more information about profiles.
Expand Down Expand Up @@ -183,7 +183,6 @@ with `params.yaml` containing:
```yaml
input: './samplesheet.csv'
outdir: './results/'
genome: 'GRCh37'
<...>
```

Expand Down
5 changes: 2 additions & 3 deletions modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@
},
"fastp": {
"branch": "master",
"git_sha": "b90b5cd93149a1b3be263d916c7234fe0708a71c",
"installed_by": ["fastq_trim_fastp_fastqc"],
"patch": "modules/nf-core/fastp/fastp.diff"
"git_sha": "95cf5fe0194c7bf5cb0e3027a2eb7e7c89385080",
"installed_by": ["fastq_trim_fastp_fastqc", "modules"]
},
"fastqc": {
"branch": "master",
Expand Down
17 changes: 7 additions & 10 deletions modules/nf-core/fastp/main.nf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions modules/nf-core/fastp/meta.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ef05123

Please sign in to comment.