Skip to content
Snippets Groups Projects
Commit 1e241b5f authored by Luis Salamanca's avatar Luis Salamanca
Browse files

Solved conflict gitattributes

parents 431ea6b5 f725424d
No related branches found
No related tags found
No related merge requests found
......@@ -356,3 +356,4 @@ data/AB/1995/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1990/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1992/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1993/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
data/AB/1994/02_extractedxml.tar.gz filter=lfs diff=lfs merge=lfs -text
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/1994/00_rawpdfs.tar.gz
inputBinding:
position: 2
separate: true
shellQuote: true
streamable: false
type: File
input_3:
default: data/AB/1994/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/1994
writable: true
successCodes: []
temporaryFailCodes: []
File added
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