File tree 2 files changed +69
-1
lines changed
2 files changed +69
-1
lines changed Original file line number Diff line number Diff line change 19
19
'url' : 'https://s3.denbi.uni-tuebingen.de/fb-test/demo_container/cibi_user_meeting_2018/labelfree_example.tar.gz' ,
20
20
'archiveFormat' : 'gztar'
21
21
}
22
- }
22
+ },
23
+ 'listing' : [{
24
+ 'class' : 'Directory' ,
25
+ 'basename' : 'datasets' ,
26
+ 'listing' : [{
27
+ 'class' : 'File' ,
28
+ 'basename' : 'lfq_spikein_dilution_1.mzML'
29
+ }, {
30
+ 'class' : 'File' ,
31
+ 'basename' : 'lfq_spikein_dilution_2.mzML'
32
+ }, {
33
+ 'class' : 'File' ,
34
+ 'basename' : 'lfq_spikein_dilution_3.mzML'
35
+ }]
36
+ }, {
37
+ 'class' : 'Directory' ,
38
+ 'basename' : 'databases' ,
39
+ 'listing' : [{
40
+ 'class' : 'File' ,
41
+ 'basename' : 's_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta'
42
+ }, {
43
+ 'class' : 'File' ,
44
+ 'basename' : 's_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.phr'
45
+ }, {
46
+ 'class' : 'File' ,
47
+ 'basename' : 's_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.pin'
48
+ }, {
49
+ 'class' : 'File' ,
50
+ 'basename' : 's_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.psq'
51
+ }, {
52
+ 'class' : 'File' ,
53
+ 'basename' : 'uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta'
54
+ }, {
55
+ 'class' : 'File' ,
56
+ 'basename' : 'uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.phr'
57
+ }, {
58
+ 'class' : 'File' ,
59
+ 'basename' : 'uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.pin'
60
+ }, {
61
+ 'class' : 'File' ,
62
+ 'basename' : 'uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.psq'
63
+ }]
64
+ }]
23
65
},
24
66
'database_name' : 's_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta'
25
67
},
Original file line number Diff line number Diff line change @@ -39,4 +39,30 @@ inputs:
39
39
connector :
40
40
access : {archiveFormat: gztar, url: 'https://s3.denbi.uni-tuebingen.de/fb-test/demo_container/cibi_user_meeting_2018/labelfree_example.tar.gz'}
41
41
command : red-connector-http-archive
42
+ listing :
43
+ - basename : datasets
44
+ class : Directory
45
+ listing :
46
+ - {basename: lfq_spikein_dilution_1.mzML, class: File}
47
+ - {basename: lfq_spikein_dilution_2.mzML, class: File}
48
+ - {basename: lfq_spikein_dilution_3.mzML, class: File}
49
+ - basename : databases
50
+ class : Directory
51
+ listing :
52
+ - {basename: s_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta,
53
+ class : File}
54
+ - {basename: s_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.phr,
55
+ class : File}
56
+ - {basename: s_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.pin,
57
+ class : File}
58
+ - {basename: s_pyo_sf370_potato_human_target_decoy_with_contaminants.fasta.psq,
59
+ class : File}
60
+ - {basename: uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta,
61
+ class : File}
62
+ - {basename: uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.phr,
63
+ class : File}
64
+ - {basename: uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.pin,
65
+ class : File}
66
+ - {basename: uniprot-s-pyogenes-sf370-plus-potato-and-human-spike-ins.fasta.psq,
67
+ class : File}
42
68
redVersion : ' 7'
You can’t perform that action at this time.
0 commit comments