Skip to content

Commit

Permalink
remove unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Jun 12, 2024
1 parent 0ebbb51 commit 97d7776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grebi.nf
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ process materialise {
cat ${merged_filename} \
| ${params.home}/target/release/grebi_materialise \
--in-metadata-jsonl ${metadata_jsonl} \
--in-summary-json ${summary_json} \
--out-edges-jsonl edges.jsonl \
--exclude ${exclude.iterator().join(",")} \
> nodes.jsonl
Expand Down

0 comments on commit 97d7776

Please sign in to comment.