Skip to content

Commit

Permalink
Replace generic sheet name with study ID 🔨🎨👌
Browse files Browse the repository at this point in the history
  • Loading branch information
omaus committed Mar 21, 2022
1 parent 76b1e7e commit 2be3bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArcCommander/APIs/StudyAPI.fs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module StudyAPI =

Directory.CreateDirectory studyFolderPath |> ignore

StudyFile.Study.init (Some study) "(noAssayAssociated)" studyFilePath
StudyFile.Study.init (Some study) studyIdentifier studyFilePath


/// Initializes a new empty study file in the ARC.
Expand Down

0 comments on commit 2be3bbf

Please sign in to comment.