Skip to content

Commit

Permalink
update output.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyAnderssonLee committed Oct 15, 2024
1 parent 1d3198f commit 946ebb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ pipelines:

</details>

This pipeline only generates the `samplesheet` and `matrix` inputs. You will need to manually prepare the `contrast` table before running `nf-core/differentialabundance`.
To generate the downsteam samplesheets for `nf-core/differentialabundance`, you need to turn on `--run_profile_standardisation`. The pipeline only generates the `samplesheet` and `matrix` inputs. You will need to manually prepare the `contrast` table before running `nf-core/differentialabundance`.

`samplesheet.csv` includes sample IDs from the `taxpasta` output for each classifier. You will need to specify the conditions (the groups you want to compare) as desired.

Expand Down
2 changes: 1 addition & 1 deletion subworkflows/local/generate_downstream_samplesheet/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflow GENERATE_DOWNSTREAM_SAMPLESHEETS {
def downstreampipeline_names = params.generate_pipeline_samplesheets.split(",")

if ( downstreampipeline_names.contains('differentialabundance')) {
SAMPLESHEET_TAXPROFILER(ch_databases)
SAMPLESHEET_DIFFERENTIALABUNDANCE(ch_taxpasta)
}
}

Expand Down

0 comments on commit 946ebb6

Please sign in to comment.