Skip to content

Commit

Permalink
fix CONVERT_GS
Browse files Browse the repository at this point in the history
  • Loading branch information
alpae committed Aug 7, 2024
1 parent 78f763c commit 7d895c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/local/darwin_extract/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ process CONVERT_GS {
script:
"""
darwin -E -q << EOF
outdir := './';
ReadProgram('\${CODE_REPOS_ROOT}/pyoma/pyoma/build/convert.drw');
outdir := './'; \
MatrixPath := '$matrix_file'; \
GenomeSummariesPath := '${GenomeSummaries_file}'; \
GenomesDir := '${genomes}';
ReadProgram('\${CODE_REPOS_ROOT}/pyoma/pyoma/browser/build/convert.drw');
#GetGenomeData();
OpenWriting('conv.done'); lprint(date(), time(), 'success'); OpenWriting(previous);
done
Expand Down

0 comments on commit 7d895c4

Please sign in to comment.