Skip to content

Commit

Permalink
Fixed rdata_path for new challenges
Browse files Browse the repository at this point in the history
  • Loading branch information
ESapenaVentura committed Jul 26, 2023
1 parent 51ee08d commit b5a529e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lrgasp_metrics/sqanti3_lrgasp.challenge1.py
Original file line number Diff line number Diff line change
Expand Up @@ -2473,8 +2473,9 @@ def main():
experiment = json.load(open(args.experiment_json, 'r'))
experiment_id = experiment['experiment_id']
for challenge in args.challenges:
iso = challenge.split('_')[1].replace('sirvs', 'SIRV')
JSON_templates.write_dataset.main(experiment_path=args.experiment_json,
rdata_path=f"{args.dir}/{args.output}_Rdata/{experiment_id}_{challenge.split('_')[0]}_only.RData",
rdata_path=f"{args.dir}/{args.output}_Rdata/{experiment_id}_{iso}_only.RData",
output_path=args.assesment_output, challenge=challenge)
sys.exit(0)

Expand Down

0 comments on commit b5a529e

Please sign in to comment.