FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PDN Canto Config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Nairn
PDN Canto Config
Commits
884e76e8
Commit
884e76e8
authored
4 years ago
by
Vitor Trovisco
Browse files
Options
Downloads
Patches
Plain Diff
Update weekly_routine.sh - testing replacing 'here' marks (./) with the full filepath from root.
parent
147c43c0
No related branches found
No related tags found
1 merge request
!9
merging vitor_testing into testing
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
weekly_routine.sh
+5
-5
5 additions, 5 deletions
weekly_routine.sh
with
5 additions
and
5 deletions
weekly_routine.sh
+
5
−
5
View file @
884e76e8
...
...
@@ -209,7 +209,7 @@ if [[ -z "${DBNAME}" ]]; then
fi
# Transform $DBNAME
CANTO_CONFIG
=
"
.
/canto/canto_deploy.yaml"
CANTO_CONFIG
=
"
${
CANTOSPACE
}
/canto/canto_deploy.yaml"
log
"Inserting
${
DBNAME
}
into
${
CANTO_CONFIG
}
"
if
[[
-e
"
${
CANTO_CONFIG
}
"
]]
;
then
...
...
@@ -242,14 +242,14 @@ if [[ "${DATACHANGED}" == "YES" ]]; then
export
OWLTOOLS_MEMORY
=
20g
# redo/replace merged FBbt-GO.obo ontology
sh
.
/FBbt-GO_routine/FBbt-GO_routine.sh
sh
"
${
CANTOSPACE
}
/FBbt-GO_routine/FBbt-GO_routine.sh
"
# replace extension_config.tsv
sh
.
/extension_config-Rscript/list-to-extension_config.sh
sh
"
${
CANTOSPACE
}
/extension_config-Rscript/list-to-extension_config.sh
"
# reload the ontologies and extension configuration
# JWRN comment: I suspect the sudo here is superfluous as the script is running as root so removed
.
/canto/script/canto_docker
.
/script/canto_load.pl
--process-extension-config
--ontology
/import_export/FBbt-GO.obo
--ontology
/import_export/fly_development.obo
--ontology
/import_export/flybase_controlled_vocabulary.obo
"
${
CANTOSPACE
}
/canto/script/canto_docker
"
"
${
CANTOSPACE
}
/script/canto_load.pl
"
--process-extension-config
--ontology
/import_export/FBbt-GO.obo
--ontology
/import_export/fly_development.obo
--ontology
/import_export/flybase_controlled_vocabulary.obo
fi
# If DBNAME hasn't changed then restart canto and quit
...
...
@@ -283,7 +283,7 @@ if [[ ( -e "${CURATEDPAPERLISTFILE}" ) && ( -s "${CURATEDPAPERLISTFILE}" ) ]]; t
# VT comment: this next step make take some time, depending on the amount of new data
# JWRN comment: again I suspect the sudo is superfluous so removed
log
"Importing
${
JSONIMPORTFILE
}
into Canto"
.
/canto/script/canto_docker
.
/script/canto_add.pl
--sessions-from-json
"
${
JSONIMPORTFILE
}
"
"ignore@flybase.org"
7227
"
${
CANTOSPACE
}
/canto/script/canto_docker
"
"
${
CANTOSPACE
}
/script/canto_add.pl
"
--sessions-from-json
"
${
JSONIMPORTFILE
}
"
"ignore@flybase.org"
7227
# remove the fbrf_input_list.tsv file once done, so that the script doesn't try to add the same information again next time its run
#/bin/rm "${CURATEDPAPERLISTFILE}"
...
...
This diff is collapsed.
Click to expand it.
Vitor Trovisco
@vmt25
mentioned in commit
9f97f849
·
4 years ago
mentioned in commit
9f97f849
mentioned in commit 9f97f849c8242376af313903dade1abdebb86b57
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment