-
Notifications
You must be signed in to change notification settings - Fork 88
tsv empty column error #626
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpendingAddressed on branch waiting for related PRAddressed on branch waiting for related PR
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpendingAddressed on branch waiting for related PRAddressed on branch waiting for related PR
Hello!
Forgetting to put NA (or anything) in the BAM column of the tsv file currently results in this unspecific error:
Cannot invoke method matches() on null object -- Check script '/projects1/clusterhomes/carlhoff/.nextflow/assets/nf-core/eager/main.nf' at line: 3424 or see '.nextflow.log' file for more detailsrow 3424 contains:
def bam = row.BAM.matches('NA') ? 'NA' : return_file(row.BAM)Would be great if the error could be more specific, since it looks more scary than it is.