Skip to content
Snippets Groups Projects
Commit 057b9466 authored by Lili Gasser's avatar Lili Gasser
Browse files

Merge branch 'master' into 'update-mp-extraction'

# Conflicts:
#   .gitattributes
parents 4fd14885 8524d7aa
No related branches found
No related tags found
No related merge requests found
......@@ -254,3 +254,6 @@ data/AB/1983/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1991/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1991/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/lists/dict_overlaps.pickle filter=lfs diff=lfs merge=lfs -text
data/AB/1978/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1979/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1975/04_correctedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
\ No newline at end of file
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../src/python/run_correctxml.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: File
path: ../../data/AB/1975/02_extractedxml.tar.gz
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default: data/AB/1975/04_correctedxml.tar.gz
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_3)
streamable: false
type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/AB/1975
writable: true
successCodes: []
temporaryFailCodes: []
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../src/python/run_extract_origxml.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: File
path: ../../data/AB/1978/00_rawpdfs.tar.gz
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default: data/AB/1978/02_extractedxml.tar.gz
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: notebooks/RunningClasses.ipynb
streamable: false
type: File
output_1:
outputBinding:
glob: $(inputs.input_3)
streamable: false
type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: notebooks
writable: true
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/AB/1978
writable: true
successCodes: []
temporaryFailCodes: []
arguments: []
baseCommand:
- python
class: CommandLineTool
cwlVersion: v1.0
hints: []
inputs:
input_1:
default:
class: File
path: ../../src/python/run_extract_origxml.py
inputBinding:
position: 1
separate: true
shellQuote: true
streamable: false
type: File
input_2:
default:
class: File
path: ../../data/AB/1979/00_rawpdfs.tar.gz
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default: data/AB/1979/02_extractedxml.tar.gz
inputBinding:
position: 3
separate: true
shellQuote: true
streamable: false
type: string
outputs:
output_0:
outputBinding:
glob: $(inputs.input_3)
streamable: false
type: File
permanentFailCodes: []
requirements:
- class: InlineJavascriptRequirement
- class: InitialWorkDirRequirement
listing:
- entry: '$({"listing": [], "class": "Directory"})'
entryname: data/AB/1979
writable: true
successCodes: []
temporaryFailCodes: []
File added
File added
File added
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment