-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elias Steyaert changes for google cloud #28
base: master
Are you sure you want to change the base?
Conversation
Adding the ETN file into my github
… the making of the DATA folder)
…thon_interpreter variable
internships/ETN-Elias-howest/test
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete this
usr/bin/argument-per-line
Outdated
@@ -1,5 +1,4 @@ | |||
#!/bin/bash | |||
|
There was a problem hiding this comment.
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
usr/bin/irbuild
Outdated
@@ -66,70 +66,70 @@ if [ "$BUILD" ]; then | |||
|
|||
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
@@ -138,7 +145,7 @@ BHF_UCL_DOWNLOAD_FILES="bhfucl_psicquic.txt" | |||
BHF_UCL_DIR_NAME="BHF-UCL" | |||
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' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql' | |
BHF_UCL_IMPORT_TEMPLATE='import_mitab.sql' |
usr/bin/irdata-config
Outdated
@@ -761,7 +768,7 @@ fi | |||
# Data directory. | |||
|
|||
SYSDATA="$SYSPREFIX/var/lib/irdata/data" | |||
|
|||
echo "marker1 $DATA" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "marker1 $DATA" |
# Log the value of $1 | ||
echo "main_script: \$1 is $1" > /home/irefindex/logfile.log | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Log the value of $1 | |
echo "main_script: \$1 is $1" > /home/irefindex/logfile.log |
@@ -65,8 +68,21 @@ for FILENAME in $FILENAMES; do | |||
|
|||
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
echo "can I see this echo, which is situated in my uniprotscript" >> /home/irefindex/logfile2.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete this file
usr/bin/irparallel
Outdated
There was a problem hiding this comment.
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
usr/bin/irparse
Outdated
There was a problem hiding this comment.
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
Adding week 4 to the ETN
adding week 5 and 6
Getting the code blocks cleaner when knitted
deleting an empty file
…sks/data instead of the home directory (through the postgresql.conf)
adding new info to the ETN up to wednesday 12/06/2024
minor changes
making a README file
minor changes
Updated the ETN for the evaluation
updating the planning
No description provided.