scout-gear 5.2.0 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/.vimproject CHANGED
@@ -103,6 +103,16 @@ scout-gear=/$PWD filter="*.rb *.yaml" {
103
103
  usage.rb
104
104
  util.rb
105
105
  }
106
+ semaphore.rb
107
+ work_queue.rb
108
+ work_queue=work_queue{
109
+ socket.rb
110
+ worker.rb
111
+ }
112
+ tsv.rb
113
+ tsv=tsv{
114
+ parser.rb
115
+ }
106
116
  }
107
117
  }
108
118
  test=test {
@@ -224,488 +234,488 @@ scout-gear=/$PWD filter="*.rb *.yaml" {
224
234
  concurrency=concurrency{
225
235
  processes.rb
226
236
  threads.rb
227
- processes=processes{
228
- socket.rb
229
- worker.rb
230
- }
231
- }
237
+ processes=processes{
238
+ socket.rb
239
+ worker.rb
240
+ }
241
+ }
232
242
 
233
- procpath.rb
243
+ procpath.rb
234
244
 
235
- migrate.rb
236
- }
245
+ migrate.rb
246
+ }
237
247
 
238
- monitor.rb
248
+ monitor.rb
239
249
 
240
- workflow.rb
241
- workflow=workflow{
242
- annotate.rb
250
+ workflow.rb
251
+ workflow=workflow{
252
+ annotate.rb
243
253
 
244
- definition.rb
245
- dependencies.rb
254
+ definition.rb
255
+ dependencies.rb
246
256
 
247
- accessor.rb
257
+ accessor.rb
248
258
 
249
- task.rb
259
+ task.rb
250
260
 
251
- step.rb
252
- step=step{
253
- accessor.rb
254
- dependencies.rb
255
- info.rb
256
- prepare.rb
257
- run.rb
258
- save_load_inputs.rb
259
- status.rb
260
- }
261
+ step.rb
262
+ step=step{
263
+ accessor.rb
264
+ dependencies.rb
265
+ info.rb
266
+ prepare.rb
267
+ run.rb
268
+ save_load_inputs.rb
269
+ status.rb
270
+ }
261
271
 
262
- examples.rb
263
- doc.rb
264
- usage.rb
272
+ examples.rb
273
+ doc.rb
274
+ usage.rb
265
275
 
266
- soap.rb
276
+ soap.rb
267
277
 
268
- util=util{
269
- archive.rb
270
- provenance.rb
271
- orchestrator.rb
272
- trace.rb
273
- data.rb
274
- }
278
+ util=util{
279
+ archive.rb
280
+ provenance.rb
281
+ orchestrator.rb
282
+ trace.rb
283
+ data.rb
284
+ }
275
285
 
276
- remote_workflow.rb
277
- remote_workflow=remote_workflow{
278
- driver.rb
279
- driver=driver{
280
- rest.rb
281
- ssh.rb
282
- }
286
+ remote_workflow.rb
287
+ remote_workflow=remote_workflow{
288
+ driver.rb
289
+ driver=driver{
290
+ rest.rb
291
+ ssh.rb
292
+ }
283
293
 
284
- remote_step.rb
285
- remote_step=remote_step{
286
- rest.rb
287
- ssh.rb
288
- }
289
- }
294
+ remote_step.rb
295
+ remote_step=remote_step{
296
+ rest.rb
297
+ ssh.rb
298
+ }
299
+ }
290
300
 
291
- integration=integration{
292
- cromwell.rb
293
- nextflow.rb
294
- ansible.rb
295
- ansible=ansible{
296
- workflow.rb
301
+ integration=integration{
302
+ cromwell.rb
303
+ nextflow.rb
304
+ ansible.rb
305
+ ansible=ansible{
306
+ workflow.rb
307
+ }
308
+ }
297
309
  }
298
- }
299
- }
300
-
301
- hpc.rb
302
- hpc=hpc{
303
- old=old{
304
- slurm.rb
305
- }
306
- orchestrate.old.rb
307
310
 
308
- batch.rb
309
- slurm.rb
310
- lsf.rb
311
-
312
- orchestrate.rb
313
- orchestrate=orchestrate{
314
- rules.rb
315
- chains.rb
316
- batches.rb
317
- }
318
- trace.rb
319
- }
311
+ hpc.rb
312
+ hpc=hpc{
313
+ old=old{
314
+ slurm.rb
315
+ }
316
+ orchestrate.old.rb
320
317
 
321
- tsv.rb
322
- tsv=tsv{
323
- parser.rb
324
- dumper.rb
318
+ batch.rb
319
+ slurm.rb
320
+ lsf.rb
325
321
 
326
- matrix.rb
322
+ orchestrate.rb
323
+ orchestrate=orchestrate{
324
+ rules.rb
325
+ chains.rb
326
+ batches.rb
327
+ }
328
+ trace.rb
329
+ }
327
330
 
328
- accessor.rb
329
- util.rb
330
- marshal.rb
331
- serializers.rb
332
- manipulate.rb
333
- index.rb
334
- stream.rb
335
- attach.rb
336
- attach=attach{
337
- util.rb
338
- }
339
- melt.rb
340
- excel.rb
341
- csv.rb
342
- filter.rb
343
- field_index.rb
344
- change_id.rb
345
- parallel.rb
346
- parallel=parallel{
347
- traverse.rb
348
- through.rb
349
- }
350
- }
331
+ tsv.rb
332
+ tsv=tsv{
333
+ parser.rb
334
+ dumper.rb
351
335
 
352
- packed_index.rb
353
- fix_width_table.rb
336
+ matrix.rb
354
337
 
355
- persist.rb
356
- persist=persist{
357
- refactor.rb
358
- tsv.rb
359
- tsv=tsv{
360
- adapter.rb
361
-
362
- sharder.rb
363
- tokyocabinet.rb
364
- tokyocabinet=tokyocabinet{
338
+ accessor.rb
339
+ util.rb
365
340
  marshal.rb
341
+ serializers.rb
342
+ manipulate.rb
343
+ index.rb
344
+ stream.rb
345
+ attach.rb
346
+ attach=attach{
347
+ util.rb
348
+ }
349
+ melt.rb
350
+ excel.rb
351
+ csv.rb
352
+ filter.rb
353
+ field_index.rb
354
+ change_id.rb
355
+ parallel.rb
356
+ parallel=parallel{
357
+ traverse.rb
358
+ through.rb
359
+ }
366
360
  }
367
- fix_width_table.rb
361
+
368
362
  packed_index.rb
369
- kyotocabinet.rb
370
- lmdb.rb
371
- cdb.rb
372
- leveldb.rb
373
- }
374
- }
363
+ fix_width_table.rb
375
364
 
376
- resource.rb
377
- resource=resource{
378
- path.rb
379
- util.rb
380
- with_key.rb
381
- rake.rb
382
- }
365
+ persist.rb
366
+ persist=persist{
367
+ refactor.rb
368
+ tsv.rb
369
+ tsv=tsv{
370
+ adapter.rb
371
+
372
+ sharder.rb
373
+ tokyocabinet.rb
374
+ tokyocabinet=tokyocabinet{
375
+ marshal.rb
376
+ }
377
+ fix_width_table.rb
378
+ packed_index.rb
379
+ kyotocabinet.rb
380
+ lmdb.rb
381
+ cdb.rb
382
+ leveldb.rb
383
+ }
384
+ }
383
385
 
384
- annotations.rb
385
- annotations=annotations{
386
- util.rb
387
- annotated_array.rb
388
- }
386
+ resource.rb
387
+ resource=resource{
388
+ path.rb
389
+ util.rb
390
+ with_key.rb
391
+ rake.rb
392
+ }
389
393
 
390
- entity.rb
391
- entity=entity{
392
- identifiers.rb
393
- }
394
+ annotations.rb
395
+ annotations=annotations{
396
+ util.rb
397
+ annotated_array.rb
398
+ }
394
399
 
395
- association.rb
396
- association=association{
397
- util.rb
398
- database.rb
399
- open.rb
400
- index.rb
401
- item.rb
402
- }
400
+ entity.rb
401
+ entity=entity{
402
+ identifiers.rb
403
+ }
403
404
 
404
- knowledge_base.rb
405
- knowledge_base=knowledge_base{
406
- enrichment.rb
407
- entity.rb
408
- query.rb
409
- registry.rb
410
- syndicate.rb
411
- traverse.rb
412
- }
413
- }
414
- }
415
- test=test {
416
- test_helper.rb
417
- data=data filter="*"{
418
- Test.xls
419
- dose_response
420
- dose_response2
421
- dose_response3
422
- example.pdf
423
- gene_ages
424
- identifiers
425
- test.tsv
426
- }
427
- rbbt=rbbt{
428
- test_annotations.rb
429
- test_association.rb
430
- test_entity.rb
431
- test_fix_width_table.rb
432
- test_knowledge_base.rb
433
- test_monitor.rb
434
- test_packed_index.rb
435
- test_persist.rb
436
- test_resource.rb
437
- test_tsv.rb
438
- test_workflow.rb
439
- resource=resource{
440
- test_path.rb
405
+ association.rb
406
+ association=association{
407
+ util.rb
408
+ database.rb
409
+ open.rb
410
+ index.rb
411
+ item.rb
412
+ }
413
+
414
+ knowledge_base.rb
415
+ knowledge_base=knowledge_base{
416
+ enrichment.rb
417
+ entity.rb
418
+ query.rb
419
+ registry.rb
420
+ syndicate.rb
421
+ traverse.rb
422
+ }
441
423
  }
442
- workflow=workflow{
443
- _test_soap.rb
444
- test_doc.rb
445
- test_step.rb
446
- test_task.rb
447
- }
448
- association=association{
449
- test_database.rb
450
- test_index.rb
451
- test_item.rb
452
- test_open.rb
453
- test_util.rb
454
424
  }
455
- knowledge_base=knowledge_base{
456
- test_enrichment.rb
457
- test_query.rb
458
- test_registry.rb
425
+ test=test {
426
+ test_helper.rb
427
+ data=data filter="*"{
428
+ Test.xls
429
+ dose_response
430
+ dose_response2
431
+ dose_response3
432
+ example.pdf
433
+ gene_ages
434
+ identifiers
435
+ test.tsv
459
436
  }
460
- persist=persist{
461
- tsv=tsv{
462
- test_cdb.rb
463
- test_kyotocabinet.rb
464
- test_leveldb.rb
465
- test_lmdb.rb
466
- test_sharder.rb
467
- test_tokyocabinet.rb
468
- }
469
- test_tsv.rb
470
- }
471
- tsv=tsv{
472
- test_accessor.rb
473
- test_attach.rb
474
- test_change_id.rb
475
- test_csv.rb
476
- test_excel.rb
477
- test_field_index.rb
478
- test_filter.rb
479
- test_index.rb
480
- test_manipulate.rb
481
- test_matrix.rb
482
- test_parallel.rb
483
- test_parser.rb
484
- test_stream.rb
485
- test_util.rb
486
- parallel=parallel{
487
- test_through.rb
488
- test_traverse.rb
437
+ rbbt=rbbt{
438
+ test_annotations.rb
439
+ test_association.rb
440
+ test_entity.rb
441
+ test_fix_width_table.rb
442
+ test_knowledge_base.rb
443
+ test_monitor.rb
444
+ test_packed_index.rb
445
+ test_persist.rb
446
+ test_resource.rb
447
+ test_tsv.rb
448
+ test_workflow.rb
449
+ resource=resource{
450
+ test_path.rb
451
+ }
452
+ workflow=workflow{
453
+ _test_soap.rb
454
+ test_doc.rb
455
+ test_step.rb
456
+ test_task.rb
457
+ }
458
+ association=association{
459
+ test_database.rb
460
+ test_index.rb
461
+ test_item.rb
462
+ test_open.rb
463
+ test_util.rb
464
+ }
465
+ knowledge_base=knowledge_base{
466
+ test_enrichment.rb
467
+ test_query.rb
468
+ test_registry.rb
469
+ }
470
+ persist=persist{
471
+ tsv=tsv{
472
+ test_cdb.rb
473
+ test_kyotocabinet.rb
474
+ test_leveldb.rb
475
+ test_lmdb.rb
476
+ test_sharder.rb
477
+ test_tokyocabinet.rb
478
+ }
479
+ test_tsv.rb
480
+ }
481
+ tsv=tsv{
482
+ test_accessor.rb
483
+ test_attach.rb
484
+ test_change_id.rb
485
+ test_csv.rb
486
+ test_excel.rb
487
+ test_field_index.rb
488
+ test_filter.rb
489
+ test_index.rb
490
+ test_manipulate.rb
491
+ test_matrix.rb
492
+ test_parallel.rb
493
+ test_parser.rb
494
+ test_stream.rb
495
+ test_util.rb
496
+ parallel=parallel{
497
+ test_through.rb
498
+ test_traverse.rb
499
+ }
500
+ }
501
+ entity=entity{
502
+ test_identifiers.rb
503
+ }
504
+ util=util{
505
+ test_R.rb
506
+ test_chain_methods.rb
507
+ test_cmd.rb
508
+ test_colorize.rb
509
+ test_concurrency.rb
510
+ test_config.rb
511
+ test_excel2tsv.rb
512
+ test_filecache.rb
513
+ test_log.rb
514
+ test_misc.rb
515
+ test_open.rb
516
+ test_python.rb
517
+ test_semaphore.rb
518
+ test_simpleDSL.rb
519
+ test_simpleopt.rb
520
+ test_tmpfile.rb
521
+ R=R{
522
+ test_eval.rb
523
+ test_model.rb
524
+ test_plot.rb
525
+ }
526
+ misc=misc{
527
+ test_bgzf.rb
528
+ test_format.rb
529
+ test_lock.rb
530
+ test_multipart_payload.rb
531
+ test_omics.rb
532
+ test_pipes.rb
533
+ }
534
+ simpleopt=simpleopt{
535
+ test_get.rb
536
+ test_parse.rb
537
+ test_setup.rb
538
+ }
539
+ concurrency=concurrency{
540
+ test_processes.rb
541
+ test_threads.rb
542
+ }
543
+ }
489
544
  }
490
545
  }
491
- entity=entity{
492
- test_identifiers.rb
546
+ python=python filter="*"{
547
+ rbbt.py
548
+ }
549
+ integration_test=integration_test{
550
+ test_bed.rb
551
+ test_helper.rb
552
+ test_namespaces.rb
553
+ test_workflow.rb
554
+ }
555
+ etc=etc filter="*"{
556
+ app.d=app.d{
557
+ init.rb
558
+
559
+ base.rb
560
+
561
+ requires.rb
562
+ entities.rb
563
+ finder.rb
564
+ foundation.rb
565
+ grid_system.rb
566
+ knowledge_bases.rb
567
+ resources.rb
568
+ workflows.rb
569
+ semaphores.rb
570
+ remote_workflow_tasks.rb
571
+ }
493
572
  }
494
- util=util{
495
- test_R.rb
496
- test_chain_methods.rb
497
- test_cmd.rb
498
- test_colorize.rb
499
- test_concurrency.rb
500
- test_config.rb
501
- test_excel2tsv.rb
502
- test_filecache.rb
503
- test_log.rb
504
- test_misc.rb
505
- test_open.rb
506
- test_python.rb
507
- test_semaphore.rb
508
- test_simpleDSL.rb
509
- test_simpleopt.rb
510
- test_tmpfile.rb
511
- R=R{
512
- test_eval.rb
513
- test_model.rb
514
- test_plot.rb
573
+ share=share{
574
+ config.ru
575
+ workflow_config.ru
576
+ unicorn.rb
577
+ color=color filter="*"{
578
+ diverging_colors.hex
579
+ color_names
515
580
  }
516
- misc=misc{
517
- test_bgzf.rb
518
- test_format.rb
519
- test_lock.rb
520
- test_multipart_payload.rb
521
- test_omics.rb
522
- test_pipes.rb
581
+ rbbt_commands=rbbt_commands filter="*"{
582
+ alias
583
+ ansible
584
+ check_bgzf
585
+ cmd
586
+ color
587
+ log
588
+ migrate
589
+ migrate_job
590
+ purge_job
591
+ rsync
592
+ watch
593
+ system=system{
594
+ clean
595
+ deleted_files
596
+ optimize
597
+ purge
598
+ report
599
+ status
600
+ }
601
+ conf=conf{
602
+ web_user=web_user{
603
+ add
604
+ list
605
+ remove
606
+ }
607
+ }
608
+ resource=resource{
609
+ exists
610
+ find
611
+ glob
612
+ get
613
+ produce
614
+ read
615
+ }
616
+ workflow=workflow{
617
+ archive
618
+ archive_all
619
+ cmd
620
+ example
621
+ forget_deps
622
+ info
623
+ write_info
624
+ init
625
+ install
626
+ jobs
627
+ knowledge_base
628
+ list
629
+ monitor
630
+ prov
631
+ server
632
+ task
633
+ trace
634
+ remote=remote{
635
+ add
636
+ list
637
+ remove
638
+ }
639
+ }
640
+ hpc=hpc{
641
+ task
642
+ orchestrate
643
+ tail
644
+ list
645
+ clean
646
+ }
647
+ app=app{
648
+ install
649
+ start
650
+ template
651
+ }
652
+ association=association{
653
+ subset
654
+ }
655
+ tsv=tsv{
656
+ assemble_pdf_table
657
+ attach
658
+ change_id
659
+ collapse
660
+ get
661
+ head
662
+ info
663
+ json
664
+ keys
665
+ query
666
+ read
667
+ read_excel
668
+ slice
669
+ sort
670
+ subset
671
+ select
672
+ transpose
673
+ uncollapse
674
+ unzip
675
+ values
676
+ write_excel
677
+ zip
678
+ view
679
+ }
680
+ stat=stat{
681
+ abs
682
+ boxplot
683
+ compare_lists
684
+ density
685
+ heatmap
686
+ log
687
+ pvalue.qqplot
688
+ }
689
+ study=study{
690
+ maf2study
691
+ task
692
+ }
693
+ file_server=file_server{
694
+ add
695
+ list
696
+ remove
697
+ }
698
+ benchmark=benchmark{
699
+ pthrough
700
+ throughput
701
+ tsv
702
+ }
523
703
  }
524
- simpleopt=simpleopt{
525
- test_get.rb
526
- test_parse.rb
527
- test_setup.rb
704
+ Rlib=Rlib{
705
+ plot.R
706
+ svg.R
707
+ util.R
528
708
  }
529
- concurrency=concurrency{
530
- test_processes.rb
531
- test_threads.rb
709
+ software=install/software filter="*"{
710
+ zran=zran{
711
+ zran.c
712
+ }
713
+ lib=lib{
714
+ install_helpers
532
715
  }
533
- }
534
- }
535
- }
536
- python=python filter="*"{
537
- rbbt.py
538
- }
539
- integration_test=integration_test{
540
- test_bed.rb
541
- test_helper.rb
542
- test_namespaces.rb
543
- test_workflow.rb
544
- }
545
- etc=etc filter="*"{
546
- app.d=app.d{
547
- init.rb
548
-
549
- base.rb
550
-
551
- requires.rb
552
- entities.rb
553
- finder.rb
554
- foundation.rb
555
- grid_system.rb
556
- knowledge_bases.rb
557
- resources.rb
558
- workflows.rb
559
- semaphores.rb
560
- remote_workflow_tasks.rb
561
- }
562
- }
563
- share=share{
564
- config.ru
565
- workflow_config.ru
566
- unicorn.rb
567
- color=color filter="*"{
568
- diverging_colors.hex
569
- color_names
570
- }
571
- rbbt_commands=rbbt_commands filter="*"{
572
- alias
573
- ansible
574
- check_bgzf
575
- cmd
576
- color
577
- log
578
- migrate
579
- migrate_job
580
- purge_job
581
- rsync
582
- watch
583
- system=system{
584
- clean
585
- deleted_files
586
- optimize
587
- purge
588
- report
589
- status
590
- }
591
- conf=conf{
592
- web_user=web_user{
593
- add
594
- list
595
- remove
596
- }
597
- }
598
- resource=resource{
599
- exists
600
- find
601
- glob
602
- get
603
- produce
604
- read
605
- }
606
- workflow=workflow{
607
- archive
608
- archive_all
609
- cmd
610
- example
611
- forget_deps
612
- info
613
- write_info
614
- init
615
- install
616
- jobs
617
- knowledge_base
618
- list
619
- monitor
620
- prov
621
- server
622
- task
623
- trace
624
- remote=remote{
625
- add
626
- list
627
- remove
628
716
  }
629
717
  }
630
- hpc=hpc{
631
- task
632
- orchestrate
633
- tail
634
- list
635
- clean
636
- }
637
- app=app{
638
- install
639
- start
640
- template
641
- }
642
- association=association{
643
- subset
644
- }
645
- tsv=tsv{
646
- assemble_pdf_table
647
- attach
648
- change_id
649
- collapse
650
- get
651
- head
652
- info
653
- json
654
- keys
655
- query
656
- read
657
- read_excel
658
- slice
659
- sort
660
- subset
661
- select
662
- transpose
663
- uncollapse
664
- unzip
665
- values
666
- write_excel
667
- zip
668
- view
669
- }
670
- stat=stat{
671
- abs
672
- boxplot
673
- compare_lists
674
- density
675
- heatmap
676
- log
677
- pvalue.qqplot
678
- }
679
- study=study{
680
- maf2study
681
- task
682
- }
683
- file_server=file_server{
684
- add
685
- list
686
- remove
687
- }
688
- benchmark=benchmark{
689
- pthrough
690
- throughput
691
- tsv
692
- }
693
- }
694
- Rlib=Rlib{
695
- plot.R
696
- svg.R
697
- util.R
698
- }
699
- software=install/software filter="*"{
700
- zran=zran{
701
- zran.c
702
- }
703
- lib=lib{
704
- install_helpers
705
- }
706
718
  }
707
- }
708
- }
709
719
 
710
720
  }
711
721
  }