Skip to content

Commit

Permalink
Change help text per HK request in #372
Browse files Browse the repository at this point in the history
  • Loading branch information
nutjob4life committed Dec 18, 2024
1 parent 27d8376 commit b20ed58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class MetadataCollectionForm(AbstractEDRNForm):
protocol = forms.ChoiceField(label='Protocol', help_text='Select the protocol that generated the data.', choices=protocol_choices)
biomarkers_researched = forms.CharField(
required=False, label='Biomarkers Researched', widget=forms.Textarea, max_length=5000,
help_text='Describe the cancer biomarkers being researched by this data.'
help_text='Enter the name(s) of the cancer biomarker(s) associated with the data being deposited.'
)
cg = forms.ChoiceField(
label='Collaborative Group', help_text='Select the collaborative research group',
Expand Down
2 changes: 0 additions & 2 deletions support/cbiit-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ pwd && ls -l && [ -f edrn.sql.bz2 ] &&\
bzip2 --decompress --stdout edrn.sql.bz2 | \
docker compose --project-name edrn exec --no-TTY db psql --username=postgres --dbname=edrn --echo-errors --quiet" || exit 1

exit 128

echo ""
echo "📀 Initial database setup"
ssh -q $USER@$WEBSERVER "cd $WEBROOT ; \
Expand Down

0 comments on commit b20ed58

Please sign in to comment.