Skip to content

Elias Steyaert changes for google cloud#28

Open
EliasSteyaert wants to merge 80 commits into
vibbits:masterfrom
EliasSteyaert:master
Open

Elias Steyaert changes for google cloud#28
EliasSteyaert wants to merge 80 commits into
vibbits:masterfrom
EliasSteyaert:master

Conversation

@EliasSteyaert

Copy link
Copy Markdown

No description provided.

EliasSteyaert and others added 30 commits April 24, 2024 16:55
Adding the ETN file into my github
@MaybeJustJames MaybeJustJames changed the title Initial steps to run on google cloud Elias Steyaert changes for google cloud May 31, 2024
Comment thread internships/ETN-Elias-howest/test Outdated

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete this

Comment thread usr/bin/argument-per-line
@@ -1,5 +1,4 @@
#!/bin/bash

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add this line back in

Comment thread usr/bin/irbuild Outdated
# Import any manifest information.

if [ -e "$DATA/irefindex_manifest" ] && ! "$TOOLS/irdata_database_action.py" "$DATABASE" "$SQL/import_irefindex_manifest.sql" "$DATA" $PSQL_OPTIONS ; then
if [ -e "$DATA/irefindex_manifest" ] && ! "${USE_PYTHON_INTERPRETER}" "$TOOLS/irdata_database_action.py" "$DATABASE" "$SQL/import_irefindex_manifest.sql" "$DATA" $PSQL_OPTIONS ; then

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [ -e "$DATA/irefindex_manifest" ] && ! "${USE_PYTHON_INTERPRETER}" "$TOOLS/irdata_database_action.py" "$DATABASE" "$SQL/import_irefindex_manifest.sql" "$DATA" $PSQL_OPTIONS ; then
if [ -e "$DATA/irefindex_manifest" ] && ! "$TOOLS/irdata_database_action.py" "$DATABASE" "$SQL/import_irefindex_manifest.sql" "$DATA" $PSQL_OPTIONS ; then

Comment thread usr/bin/irdata-config
BHF_UCL_OTHER_FILE_PATTERN='*.txt'
BHF_UCL_PARSER='irdata_parse_bhfucl.sh'
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql'
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql'

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql'
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql'

Comment thread usr/bin/irdata-config Outdated

SYSDATA="$SYSPREFIX/var/lib/irdata/data"

echo "marker1 $DATA"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "marker1 $DATA"

Comment on lines +42 to +44
# Log the value of $1
echo "main_script: \$1 is $1" > /home/irefindex/logfile.log

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# Log the value of $1
echo "main_script: \$1 is $1" > /home/irefindex/logfile.log


# Split the data file into $PROCESS pieces.
# Pass each process its rank (0-based) and the total number of processes.
echo "can I see this echo, which is situated in my uniprotscript" >> /home/irefindex/logfile2.log

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
echo "can I see this echo, which is situated in my uniprotscript" >> /home/irefindex/logfile2.log

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this file

Comment thread usr/bin/irparallel

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go back to how it was

Comment thread usr/bin/irparse

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Go back to how it was

EliasSteyaert and others added 26 commits May 31, 2024 16:58
Adding week 4 to the ETN
Getting the code blocks cleaner when knitted
…sks/data instead of the home directory (through the postgresql.conf)
adding new info to the ETN up to wednesday 12/06/2024
making a README file
minor changes
Updated the ETN for the evaluation
updating the planning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants