Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico committed Nov 29, 2023
1 parent e4f74dc commit d403aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-svgs/add_identifiers
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const pathwayId = pathway.id;

// Find the corresponding datanodes.tsv file of the given pathway
const parsedPath = path.parse(pathwayFile);
pathToDatanodes = path.join("./metadata/", parsedPath.name + "-datanodes.tsv");
pathToDatanodes = path.join("../../metadata/", parsedPath.name + "-datanodes.tsv");

// Read datanodes.tsv file
const datanodesData = fs.readFileSync(pathToDatanodes, 'utf8');
Expand Down

0 comments on commit d403aea

Please sign in to comment.