Skip to content

Commit

Permalink
Fixed test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GallVp committed Oct 15, 2024
1 parent ed795d6 commit 67ef824
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
5 changes: 4 additions & 1 deletion main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,10 @@ workflow {
params.monochrome_logs,
args,
params.outdir,
params.input
params.input,
params.rna_evidence,
params.liftoff_annotations,
params.orthofinder_annotations
)

//
Expand Down
13 changes: 8 additions & 5 deletions subworkflows/local/utils_nfcore_genepal_pipeline/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,14 @@ include { UTILS_NEXTFLOW_PIPELINE } from '../../nf-core/utils_nextflow_pipelin
workflow PIPELINE_INITIALISATION {

take:
version // boolean: Display version and exit
monochrome_logs // boolean: Do not use coloured log outputs
nextflow_cli_args // array: List of positional nextflow CLI args
outdir // string: The output directory where the results will be saved
input // string: Path to input samplesheet
version // boolean: Display version and exit
monochrome_logs // boolean: Do not use coloured log outputs
nextflow_cli_args // array: List of positional nextflow CLI args
outdir // string: The output directory where the results will be saved
input // string: Path to input assemblysheet
rna_evidence // string: Path to rna samplesheet
liftoff_annotations // string: Path to liftoff annotations sheet
orthofinder_annotations // string: Path to orthofinder annotations sheet

main:

Expand Down

0 comments on commit 67ef824

Please sign in to comment.