Skip to content

Commit

Permalink
Update verbiage
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfalke committed Nov 4, 2024
1 parent d4e6c55 commit 1412e71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/libs/web-common/src/user-dataset-upload-config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
<br />
<br />
The files must be mapped to the reference genome that you select
below.
above.
<br />
Only letters, numbers, spaces and dashes are allowed in the file
name.
Expand Down Expand Up @@ -110,7 +110,7 @@ export const uploadTypeConfig: DatasetUploadTypeConfig<ImplementedUploadTypes> =
.
<br />
The bigwig files you select here must be mapped to the reference
genome that you select below.
genome that you select above.
<br />
Only letters, numbers, spaces and dashes are allowed in the file
name.
Expand Down Expand Up @@ -301,6 +301,7 @@ function ReferenceGenomeDepdency(props: DependencyProps) {
if (organismTree == null) return null;
return (
<SelectTree
shouldCloseOnSelection
buttonDisplayContent="Choose reference genome"
tree={organismTree}
getNodeId={getNodeId}
Expand Down

0 comments on commit 1412e71

Please sign in to comment.