Skip to content

Commit

Permalink
Hotfix: flex out file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fattigman committed Jun 26, 2023
1 parent 94e469a commit 458a803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/split_sheet/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ process SPLITSHEET {
output:
path "10X_Data.csv", emit: data
path "Data.csv", emit: pipe_data, optional: true
path "FlexConfig_Data.csv", emit: flex, optional: true
path "10X_Flex_Data.csv", emit: flex, optional: true
path "FeatureReference_Data.csv", emit: feature_reference, optional: true
shell:
'''
Expand Down

0 comments on commit 458a803

Please sign in to comment.