Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mmassaviol
WAWmassaviol
Commits
22ae3904
Commit
22ae3904
authored
Oct 08, 2021
by
khalid
Browse files
Add raw_tsv input
parent
35cebac9
Changes
2
Hide whitespace changes
Inline
Side-by-side
raw_inputs/raw_tsv.py
0 → 100644
View file @
22ae3904
import
os
import
re
import
sys
def
raw_tsv
(
results_dir
,
input_dir
):
samples
=
list
()
out
=
dict
()
out
[
"tsv"
]
=
input_dir
#out["samples"] = samples
return
(
out
)
#print(raw_tsv(sys.argv[1],sys.argv[2]))
\ No newline at end of file
raw_inputs/raw_tsv.yaml
0 → 100644
View file @
22ae3904
{
name
:
raw_tsv
,
function_call
:
"
raw_tsv(config['results_dir'],
config['tsv_file'])"
,
options
:
[
{
name
:
"
tsv_file"
,
type
:
"
input_file"
,
value
:
"
/Data"
,
label
:
"
File
containing
tab
separated
data:
"
,
volumes
:
[
Data
:
"
/Data"
,
Results
:
"
/Results"
]
}
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment