Skip to content

Bug in deAnalysis process from hardcoding of expected position in sample sheet csv #174

Description

@biogenjake-wq

Operating System

Ubuntu 22.04

Other Linux

No response

Workflow Version

v1.7.2

Workflow Execution

Command line (Cluster)

Other workflow execution

No response

EPI2ME Version

No response

CLI command run

N/A

Workflow Execution - CLI Execution Profile

None

What happened?

You should correct line 97 of differential_expression.nf from:

cut -d',' -f3 sample_sheet.csv | tail -n +2 | paste -sd '\t' - | sed 's/\t*\$//' > expected_colnames

to

cut -d',' -f$alias_col sample_sheet.csv | tail -n +2 | paste -sd '\t' - | sed 's/\t*\$//' > expected_colnames

to avoid possible exit code 70 from a hardcoded column position value.

Relevant log output

N/A

Application activity log entry

Were you able to successfully run the latest version of the workflow with the demo data?

yes

Other demo data information

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions