Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Flex Extract
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
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
Flexpart
Flex Extract
Commits
afbd3a1a
Commit
afbd3a1a
authored
5 years ago
by
Anne Philipp
Browse files
Options
Downloads
Patches
Plain Diff
added licence statements and descriptions
parent
5b0708b1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+19
-1
19 additions, 1 deletion
.gitignore
Run/run.sh
+17
-5
17 additions, 5 deletions
Run/run.sh
setup.sh
+12
-3
12 additions, 3 deletions
setup.sh
with
48 additions
and
9 deletions
.gitignore
+
19
−
1
View file @
afbd3a1a
#!/bin/bash
#
#
#
gitignore lists all directories and files which should not be versionized!!!
#
@Author: Anne Philipp
#
#
# @Date: January 2018
#
# @Description:
# gitignore lists all directories and files which should
# not be versionized!!!
#
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
#
# -----------------------------------------------------------------
# these dirs and files shouldn't be versionized at any time in this project!!!
# these dirs and files shouldn't be versionized at any time in this project!!!
*
.pyc
*
.pyc
...
...
This diff is collapsed.
Click to expand it.
Run/run.sh
+
17
−
5
View file @
afbd3a1a
...
@@ -5,9 +5,21 @@
...
@@ -5,9 +5,21 @@
# @Date: October, 4 2018
# @Date: October, 4 2018
#
#
# @Description:
# @Description:
# This script defines the available command-line parameters
# for running flex_extract and combines them for the execution
# of the Python program. It also does some checks to
# guarantee necessary parameters were set and consistent.
#
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
#
#
# -----------------------------------------------------------------
# -----------------------------------------------------------------
# AVAILABLE COMMANDLINE ARGUMENTS TO SET
# AVAILABLE COMMANDLINE ARGUMENTS TO SET
#
#
...
@@ -26,9 +38,9 @@ INPUTDIR=None
...
@@ -26,9 +38,9 @@ INPUTDIR=None
OUTPUTDIR
=
None
OUTPUTDIR
=
None
PP_ID
=
None
PP_ID
=
None
JOB_TEMPLATE
=
'job.temp'
JOB_TEMPLATE
=
'job.temp'
CONTROLFILE
=
'CONTROL_
CERA
'
CONTROLFILE
=
'CONTROL_
EA5
'
DEBUG
=
1
DEBUG
=
0
REQUEST
=
2
REQUEST
=
0
PUBLIC
=
0
PUBLIC
=
0
# -----------------------------------------------------------------
# -----------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
setup.sh
+
12
−
3
View file @
afbd3a1a
...
@@ -7,9 +7,18 @@
...
@@ -7,9 +7,18 @@
# @Description:
# @Description:
# This file defines the flex_extract's available installation
# This file defines the flex_extract's available installation
# parameters and puts them together for the call of the actual
# parameters and puts them together for the call of the actual
# python installation script.
# python installation script. It also does some checks to
# It also does some checks to guarantees necessary parameters
# guarantee necessary parameters were set.
# were set.
#
# @Licence:
# (C) Copyright 2014-2019.
#
# SPDX-License-Identifier: CC-BY-4.0
#
# This work is licensed under the Creative Commons Attribution 4.0
# International License. To view a copy of this license, visit
# http://creativecommons.org/licenses/by/4.0/ or send a letter to
# Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
#
#
# -----------------------------------------------------------------
# -----------------------------------------------------------------
# AVAILABLE COMMANDLINE ARGUMENTS TO SET
# AVAILABLE COMMANDLINE ARGUMENTS TO SET
...
...
This diff is collapsed.
Click to expand it.
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