Skip to content

Commit

Permalink
Missed a bit of the $$( that still needed to be deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
detrout committed Aug 2, 2024
1 parent 6e37c27 commit b7d5b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion woldrnaseq/align-star.condor
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ output=$(CURDIR)/align-star-$(Process).out
error=$(CURDIR)/align-star-$(Process).out

STAR_DIR=$(star_dir)
GENOME_ROOT=$($(genome_root:/woldlab/castor/home/diane/proj/genome)
GENOME_ROOT=$(genome_root:/woldlab/castor/home/diane/proj/genome)
GENOME_NAME=$(GENOME_NAME)
GENOME_DIR=$(GENOME_ROOT)/$(GENOME_NAME)/
THREADS=8
Expand Down

0 comments on commit b7d5b0d

Please sign in to comment.