forked from usegalaxy-eu/usegalaxy-eu-tools
-
Notifications
You must be signed in to change notification settings - Fork 2
/
tools_iuc.yaml.lock
9468 lines (9468 loc) · 194 KB
/
tools_iuc.yaml.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
install_repository_dependencies: true
install_resolver_dependencies: true
install_tool_dependencies: false
tools:
- name: anndata_import
owner: iuc
revisions:
- 00712416fdaa
- 080eab96d846
- 6f143dfe902a
- 93dd15e13e6a
- d330b3082107
- fb9e030ffae4
tool_panel_section_label: Single-cell
- name: anndata_export
owner: iuc
revisions:
- 016308443041
- 0cb889db0910
- 7a6655aa6eb2
- cfaf5a405371
- e1c3c2f2a834
tool_panel_section_label: Single-cell
- name: anndata_manipulate
owner: iuc
revisions:
- 0ef28c0963c8
- 3d748954434b
- 7e8c677a7b71
- c4209ea387d4
- ed4996a16f7f
tool_panel_section_label: Single-cell
- name: anndata_inspect
owner: iuc
revisions:
- 038e32885fec
- 05304c5c195d
- 0bf7fddf90c7
- 14c576ea6148
- 6f0d0c784f09
- ee98d611afc6
tool_panel_section_label: Single-cell
- name: bedtools
owner: iuc
revisions:
- 07e8b80f278c
- 0a5c785ac6db
- 4f7a5ccd2ae9
- 64e2edfe7a2c
tool_panel_section_label: Operate on Genomic Intervals
- name: collection_element_identifiers
owner: iuc
revisions:
- 220ee3518f19
- d3c07d270a50
tool_panel_section_label: Collection Operations
- name: crosscontamination_barcode_filter
owner: iuc
revisions:
- 253c9448f524
- 5ade5cf200da
tool_panel_section_label: RNA Analysis
- name: deg_annotate
owner: iuc
revisions:
- b42373cddb77
- e98d4ab5b5bc
tool_panel_section_label: RNA Analysis
- name: dropletutils
owner: iuc
revisions:
- 1797cbe967d1
- a9caad671439
tool_panel_section_label: Single-cell
- name: raceid_inspectclusters
owner: iuc
revisions:
- 0fa80752a314
- c7ddb719554d
- f3eb2291da05
tool_panel_section_label: Single-cell
- name: raceid_filtnormconf
owner: iuc
revisions:
- 56a093c2a3f9
- 8b917923f7d4
- b83fbc90161e
tool_panel_section_label: Single-cell
- name: raceid_clustering
owner: iuc
revisions:
- 0bff0ee0683a
- 49776718ae90
- 4ea021bd7513
tool_panel_section_label: Single-cell
- name: raceid_trajectory
owner: iuc
revisions:
- 2af7c5086a96
- 2bfd55b87af3
- 3e5bb16abb55
tool_panel_section_label: Single-cell
- name: raceid_inspecttrajectory
owner: iuc
revisions:
- 4164c0da0a5d
- 6e90c8adf84f
- a6821f856a1e
tool_panel_section_label: Single-cell
- name: kallisto_quant
owner: iuc
revisions:
- 10c98fab6c5a
- 4f9c4e6566e5
- c971db6f0fe5
tool_panel_section_label: RNA Analysis
- name: slamdunk
owner: iuc
revisions:
- 24657d5edede
- 5a26589d95ad
tool_panel_section_label: RNA Analysis
- name: plasflow
owner: iuc
revisions:
- 1d2a91ab28b7
- bda6012394f7
tool_panel_section_label: Metagenomic analyses
- name: pipelign
owner: iuc
revisions:
- cd9d1eccda7e
tool_panel_section_label: Multiple Alignments
- name: ruvseq
owner: iuc
revisions:
- 3a083c78896e
- 61dffb20b6f9
- d1f7fa5bb3cb
tool_panel_section_label: RNA Analysis
- name: kallisto_pseudo
owner: iuc
revisions:
- 1c75aa5de15e
- 87c11c05d238
- ce5d418183c5
tool_panel_section_label: RNA Analysis
- name: scpipe
owner: iuc
revisions:
- 3ffca09599ca
- 4ec6717872b1
- a3b3ec00bf8f
tool_panel_section_label: RNA Analysis
- name: seurat
owner: iuc
revisions:
- 06ed31cf52ed
- 321bdd834266
- 8c28affc7c48
- fab6ff46e019
tool_panel_section_label: RNA Analysis
- name: feelnc
owner: iuc
revisions:
- 095162ba8e90
- 17a77824c8e4
- 55daa4712413
- 67af24676bd6
tool_panel_section_label: RNA Analysis
- name: volcanoplot
owner: iuc
revisions:
- 2f557f6abbfb
- 59ebf2c42c0e
- 83c573f2e73c
tool_panel_section_label: Graph/Display Data
- name: nanoplot
owner: iuc
revisions:
- 4c172a4a4c9e
- a02b8b3f5a0c
- a38bdcec9e4c
- a3c4fe6f49ab
tool_panel_section_label: Nanopore
- name: intervene
owner: iuc
revisions:
- 21beb30956c2
- 33b8c5eedc04
- f5fa293605ca
tool_panel_section_label: Graph/Display Data
- name: charts
owner: iuc
revisions:
- 344ac3ca7557
- a87a3773d8ed
tool_panel_section_label: Graph/Display Data
- name: ggplot2_pca
owner: iuc
revisions:
- 1b9406a1a769
- ae344ccf9d62
- b1268b7544d3
- fcb6a19960c6
tool_panel_section_label: Graph/Display Data
- name: pygenometracks
owner: iuc
revisions:
- 0ea86f6bf2a1
- 2824d77cd8f8
- 36b848d5f3ec
- a1abfa420d9d
tool_panel_section_label: Graph/Display Data
- name: ggplot2_heatmap
owner: iuc
revisions:
- 10515715c940
- 1a72f938213e
- a4d83ba2a1bc
- d3a9e32672ec
- de002ba2b849
tool_panel_section_label: Graph/Display Data
- name: ggplot2_violin
owner: iuc
revisions:
- 0e7290688b50
- 17b666467c32
- 3a270cee1239
- e44775efb2dc
tool_panel_section_label: Graph/Display Data
- name: ggplot2_heatmap2
owner: iuc
revisions:
- 374e9062d874
- 48b42ee61bc5
- 4955e9bb96d1
- '566197475670'
tool_panel_section_label: Graph/Display Data
- name: ggplot2_point
owner: iuc
revisions:
- 1acf88921176
- 1bff6682e780
- 3b12bf9b4b87
- 5298e06f14f9
tool_panel_section_label: Graph/Display Data
- name: ggplot2_histogram
owner: iuc
revisions:
- 1f0242e49a58
- 355a82227003
- 6fc8bab811da
- b0d96516e6a5
tool_panel_section_label: Graph/Display Data
- name: tsne
owner: iuc
revisions:
- 53cfe6f313b3
tool_panel_section_label: Graph/Display Data
- name: idr
owner: iuc
revisions:
- d3ebbf39b1c5
- de7795890bc5
tool_panel_section_label: RNA Analysis
- name: circos
owner: iuc
revisions:
- 014a21767ac4
- 290a11559985
- c4bde687c846
tool_panel_section_label: Graph/Display Data
- name: ebi_search_rest_results
owner: iuc
revisions:
- 42d5e40fcd0b
tool_panel_section_label: Get Data
- name: ebi_metagenomics_run_downloader
owner: iuc
revisions:
- a1ef6c88ee37
tool_panel_section_label: Get Data
- name: table_compute
owner: iuc
revisions:
- 02c3e335a695
- 3bf5661c0280
- 93a3ce78ce55
tool_panel_section_label: Text Manipulation
- name: column_maker
owner: devteam
revisions:
- 13b6f0007d9e
- 464b9305180e
- 6595517c2dd8
- aff5135563c6
tool_panel_section_label: Text Manipulation
- name: reshape2_melt
owner: iuc
revisions:
- 317ed0ee8bf2
tool_panel_section_label: Text Manipulation
- name: reshape2_cast
owner: iuc
revisions:
- d3b66a3a08ca
tool_panel_section_label: Text Manipulation
- name: sra_tools
owner: iuc
revisions:
- 1790dcf3c32d
- 516a54ddf218
- 69ebb7f46e45
- 83c7d564b128
- 8848455c0270
tool_panel_section_label: Get Data
- name: codeml
owner: iuc
revisions:
- 66228e9c29d9
- dba114391c98
- f9cb3a4339c2
tool_panel_section_label: Evolution
- name: prinseq
owner: iuc
revisions:
- 02befcb391f5
- 1ee282794de3
tool_panel_section_label: Text Manipulation
- name: add_value
owner: devteam
revisions:
- 023f0a3760b3
- 745871c0b055
tool_panel_section_label: Text Manipulation
- name: dwt_var_perfeature
owner: devteam
revisions:
- 6c29c7e347e8
- 7a15159140d1
tool_panel_section_label: Statistics
- name: merge_cols
owner: devteam
revisions:
- ae7843d06f8f
- dd40b1e9eebe
- f2aac0c5c60d
tool_panel_section_label: Text Manipulation
- name: jq
owner: iuc
revisions:
- 5ff75eb1a893
tool_panel_section_label: Text Manipulation
- name: coverage
owner: devteam
revisions:
- 1e864693a1c0
- e3363e087468
tool_panel_section_label: Text Manipulation
- name: tables_arithmetic_operations
owner: devteam
revisions:
- 2e9f3b6ebfbc
tool_panel_section_label: Text Manipulation
- name: merge
owner: devteam
revisions:
- 0926c81f382c
- debffd27642d
tool_panel_section_label: Text Manipulation
- name: intersect
owner: devteam
revisions:
- 33b3f3688db4
- 69c10b56f46d
tool_panel_section_label: Text Manipulation
- name: flanking_features
owner: devteam
revisions:
- 8307665c4b6c
- 9f12b7e500f1
tool_panel_section_label: Text Manipulation
- name: join
owner: devteam
revisions:
- 718d04143c31
- a10f49d9218a
tool_panel_section_label: Text Manipulation
- name: cluster
owner: devteam
revisions:
- 05696474ee89
- a126ec6ea0e4
tool_panel_section_label: Operate on Genomic Intervals
- name: get_flanks
owner: devteam
revisions:
- 077f404ae1bb
tool_panel_section_label: Text Manipulation
- name: complement
owner: devteam
revisions:
- 38c8bb402872
- 8b6c6ec55c6e
tool_panel_section_label: Operate on Genomic Intervals
- name: subtract
owner: devteam
revisions:
- 0145969324c4
- 0427ca314f3d
tool_panel_section_label: Join, Subtract and Group
- name: basecoverage
owner: devteam
revisions:
- 0a3e3133b09d
- 9c5ff4695c97
tool_panel_section_label: Operate on Genomic Intervals
- name: subtract_query
owner: devteam
revisions:
- 960d5d114184
- ff3901618482
tool_panel_section_label: Text Manipulation
- name: dna_filtering
owner: devteam
revisions:
- 549d2cb4c6f2
tool_panel_section_label: Text Manipulation
- name: collection_column_join
owner: iuc
revisions:
- 071084070619
- 3ddd99c7efee
tool_panel_section_label: Join, Subtract and Group
- name: bam_to_scidx
owner: iuc
revisions:
- 11fc60f0e942
- 408520e1ae1a
tool_panel_section_label: Convert Formats
- name: resize_coordinate_window
owner: iuc
revisions:
- 08b6255afde7
- 4eb3cc1f8466
tool_panel_section_label: Convert Formats
- name: gffread
owner: devteam
revisions:
- 0232f19d300f
- 154d00cbbf2d
- 3e436657dcd0
tool_panel_section_label: Convert Formats
- name: ucsc_twobittofa
owner: iuc
revisions:
- 356dc923f8d3
- 3c6f9e8a4c17
- 8067dfa00ed2
- e9bbe2f71784
tool_panel_section_label: Convert Formats
- name: tabular_to_fasta
owner: devteam
revisions:
- 0a7799698fe5
tool_panel_section_label: FASTA/FASTQ manipulation
- name: filtlong
owner: iuc
revisions:
- 1f296803dfa3
- 41b2ad601cf0
- 8880fb74ef56
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_to_tabular
owner: devteam
revisions:
- 7e801ab2b70e
- e7ed3c310b74
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastqtofasta
owner: devteam
revisions:
- 297962e79f39
- ac3fed111eb6
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastq_to_fasta
owner: devteam
revisions:
- 02a5f43cd5d1
- 77b41c89d856
- e282bc27be9a
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastp
owner: iuc
revisions:
- 1d8fe9bc4cb0
- 65b93b623c77
- a626e8c0e1ba
- c59d48774d03
- d60c3f704da0
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_stats
owner: iuc
revisions:
- 0dbb995c7d35
- 9c620a950d3a
tool_panel_section_label: FASTA/FASTQ manipulation
- name: length_and_gc_content
owner: iuc
revisions:
- 2ca1baabdae0
- e3ba567abdf5
tool_panel_section_label: Extract Features
- name: extract_genomic_dna
owner: iuc
revisions:
- 5cc8e93ee98f
- 80414c33a59a
tool_panel_section_label: Other Tools
- name: concat
owner: devteam
revisions:
- 35a89f8cc96e
- 73ca13a7ec5f
tool_panel_section_label: Operate on Genomic Intervals
- name: annotation_profiler
owner: devteam
revisions:
- 3b33da018e74
tool_panel_section_label: Operate on Genomic Intervals
- name: t_test_two_samples
owner: devteam
revisions:
- c2ffc9885b5a
tool_panel_section_label: Statistics
- name: plot_from_lda
owner: devteam
revisions:
- 08affc5d2aef
tool_panel_section_label: Statistics
- name: mine
owner: devteam
revisions:
- 5e2c89443c44
tool_panel_section_label: Statistics
- name: lda_analysis
owner: devteam
revisions:
- f0b6217f4a0c
tool_panel_section_label: Statistics
- name: generate_pc_lda_matrix
owner: devteam
revisions:
- 04cdbd00dcec
tool_panel_section_label: Statistics
- name: count_gff_features
owner: devteam
revisions:
- 188392a0d0a8
tool_panel_section_label: Statistics
- name: correlation
owner: devteam
revisions:
- 24e01abf9e34
tool_panel_section_label: Statistics
- name: fasta_nucleotide_color_plot
owner: iuc
revisions:
- 0fba45ac3987
- e4b5401adcec
tool_panel_section_label: Graph/Display Data
- name: jbrowse
owner: iuc
revisions:
- 0ae74c70b267
- a6e57ff585c0
tool_panel_section_label: Graph/Display Data
- name: ucsc_custom_track
owner: devteam
revisions:
- 3d87079756e1
- 760f588e8a26
tool_panel_section_label: Graph/Display Data
- name: scatterplot
owner: devteam
revisions:
- d243056b22ed
- efda9a4a50e7
tool_panel_section_label: Graph/Display Data
- name: histogram
owner: devteam
revisions:
- 6f134426c2b0
- cdb9e89e2970
tool_panel_section_label: Graph/Display Data
- name: gmaj
owner: devteam
revisions:
- 2cd5ee197ec7
tool_panel_section_label: Graph/Display Data
- name: xy_plot
owner: devteam
revisions:
- 23657fcaaa5c
- ecb437f1d298
tool_panel_section_label: Graph/Display Data
- name: featurecounter
owner: devteam
revisions:
- ac6218e2b686
tool_panel_section_label: Regional Variation
- name: indels_3way
owner: devteam
revisions:
- 5ad24b81dd10
tool_panel_section_label: Regional Variation
- name: draw_stacked_barplots
owner: devteam
revisions:
- e997b710e38a
tool_panel_section_label: Regional Variation
- name: delete_overlapping_indels
owner: devteam
revisions:
- f16000dc644b
tool_panel_section_label: Regional Variation
- name: compute_motifs_frequency
owner: devteam
revisions:
- 1f8ee7f9701b
tool_panel_section_label: Regional Variation
- name: compute_motif_frequencies_for_all_motifs
owner: devteam
revisions:
- 5319efa51514
tool_panel_section_label: Regional Variation
- name: categorize_elements_satisfying_criteria
owner: devteam
revisions:
- 586c1f0e1515
tool_panel_section_label: Regional Variation
- name: best_regression_subsets
owner: devteam
revisions:
- 4f33ec73e445
tool_panel_section_label: Statistics
- name: principal_component_analysis
owner: devteam
revisions:
- f568051cdf2e
tool_panel_section_label: Statistics
- name: kernel_principal_component_analysis
owner: devteam
revisions:
- 3d58aa83e4a3
tool_panel_section_label: Statistics
- name: kernel_canonical_correlation_analysis
owner: devteam
revisions:
- 5ce5a2adb875
tool_panel_section_label: Statistics
- name: canonical_correlation_analysis
owner: devteam
revisions:
- 9bc0c48a027f
tool_panel_section_label: Statistics
- name: mutate_snp_codon
owner: devteam
revisions:
- 8f0af7251167
tool_panel_section_label: Evolution
- name: iqtree
owner: iuc
revisions:
- 05ee0a74faef
- 0878b7fd5260
- 111bd54f6bc4
- 9b892d7f82cc
- f87ac61981f0
tool_panel_section_label: Evolution
- name: structure
owner: iuc
revisions:
- 0080ad37f8a0
- 4bd5e5dbc6c5
tool_panel_section_label: Evolution
- name: meme_meme
owner: iuc
revisions:
- 19237efe98d1
- 3f0dd362b755
- 7ce0fe11b411
tool_panel_section_label: Motif Tools
- name: meme_fimo
owner: iuc
revisions:
- 01f5d04846c4
- 0c5239d1aa65
- c5209f38700d
tool_panel_section_label: Motif Tools
- name: meme_psp_gen
owner: iuc
revisions:
- 47e7ae719765
- 5f95d385a33c
- 793225b11202
tool_panel_section_label: Motif Tools
- name: meme_chip
owner: iuc
revisions:
- 091a9d638d78
- cc100e0f61f4
tool_panel_section_label: Motif Tools
- name: weblogo3
owner: devteam
revisions:
- c1a9e644d580
- dc25a5169a91
tool_panel_section_label: Motif Tools
- name: mummer_mummer
owner: iuc
revisions:
- 26f2cc1cc1e9
- 57f042937ba7
- bcd65de9725b
tool_panel_section_label: Multiple Alignments
- name: mummer_show_coords
owner: iuc
revisions:
- 959c1f8dae95
- b4124df98b26
- b8e2c2f95d26
- cf3c9489c088
tool_panel_section_label: Multiple Alignments
- name: mummer_dnadiff
owner: iuc
revisions:
- 315c678562d2
- 5561a1193611
- c9685bc0407c
tool_panel_section_label: Multiple Alignments
- name: mummer_nucmer
owner: iuc
revisions:
- 5b0b49b5421c
- 7cd7a55a678d
- e18267f90096
tool_panel_section_label: Multiple Alignments
- name: mummer_delta_filter
owner: iuc
revisions:
- 502018997bae
- e8fdceffea4c
- fbca557a4847
tool_panel_section_label: Multiple Alignments
- name: mummer_mummerplot
owner: iuc
revisions:
- 4fc0cb2ac8ae
- c0cedc12fcc5
- fb43e8887350
tool_panel_section_label: Multiple Alignments
- name: msaboot
owner: iuc
revisions:
- 48b414c7d38e
- 99f8b4e631e5
tool_panel_section_label: Multiple Alignments
- name: clustalw
owner: devteam
revisions:
- 5b097fde95dd
- d6694932c5e0
tool_panel_section_label: Multiple Alignments
- name: bio_hansel
owner: iuc
revisions:
- 1b88c1cf803d
- 4deefd708943
- e3698ac146d7
tool_panel_section_label: Metagenomic analyses
- name: crispr_studio
owner: iuc
revisions:
- 7346619ad005
- a227c05e0a55
tool_panel_section_label: Genome editing
- name: vegan_diversity
owner: iuc
revisions:
- a1b80a746054
- a2c047a2c380
tool_panel_section_label: Metagenomic analyses
- name: vegan_fisher_alpha
owner: iuc
revisions:
- 0148e5cf20b2
- a5a453f92273
- f9966e11885b
tool_panel_section_label: Metagenomic analyses
- name: vegan_rarefaction
owner: iuc
revisions:
- 3d1d965b6423
- af1211ed6c8e
- b0d5976540e3
tool_panel_section_label: Metagenomic analyses
- name: vsearch
owner: iuc
revisions:
- 576963db5f1b
- 9495df9dd6ef
tool_panel_section_label: Metagenomic analyses
- name: khmer_filter_abundance
owner: iuc
revisions:
- 29a4d6e2ae9c
- 8c6433857aa8
- 97f65399e30d
- b86562b4f3fd
tool_panel_section_label: Metagenomic analyses
- name: khmer_filter_below_abundance_cutoff
owner: iuc
revisions:
- 00f7064c564b
- 19607c740d19
- 569001af897d
- b469ab47b490
tool_panel_section_label: Metagenomic analyses
- name: khmer_extract_partitions
owner: iuc
revisions:
- 1061711538c6
- 2c763fb18010
- 98b53d46e851
- adb3dd5a899f
tool_panel_section_label: Metagenomic analyses
- name: khmer_abundance_distribution
owner: iuc
revisions:
- 5a97c5bbd51e
- 7624945cacd3
- c0caca5af183
- e699e2747356
tool_panel_section_label: Metagenomic analyses
- name: khmer_count_median
owner: iuc
revisions:
- 06d1d91c67e5
- 570505540a7b
- 5efc5f21d0c1
- b3d513c7093e
tool_panel_section_label: Metagenomic analyses
- name: khmer_partition
owner: iuc
revisions:
- 5a0fa29951ae
- 766ec3dad7ff
- 8388fe31d604
- b7429b53be2a
tool_panel_section_label: Metagenomic analyses
- name: khmer_normalize_by_median
owner: iuc
revisions:
- 4d23ab83ea29
- 557cc16931f4
- b1fe2ef3d244
- e84073b420a8
tool_panel_section_label: Metagenomic analyses
- name: khmer_abundance_distribution_single
owner: iuc
revisions:
- 09c6a051c5fd
- 385a965c6f87
- 65b382bf9b7c
- c018a72b523e
tool_panel_section_label: Metagenomic analyses
- name: t2t_report
owner: devteam
revisions:
- 592acb9505fc
tool_panel_section_label: Metagenomic analyses
- name: t2ps
owner: devteam
revisions:
- 4d9910e996f7
tool_panel_section_label: Metagenomic analyses
- name: poisson2test
owner: devteam
revisions:
- 5ff18ec88181
tool_panel_section_label: Metagenomic analyses
- name: lca_wrapper
owner: devteam
revisions:
- 33e8ed5a4601
tool_panel_section_label: Metagenomic analyses
- name: gi2taxonomy
owner: devteam
revisions:
- 7b1b03c4465d
tool_panel_section_label: Metagenomic analyses
- name: find_diag_hits
owner: devteam
revisions:
- acf51ff24c7d
tool_panel_section_label: Metagenomic analyses
- name: fasta_merge_files_and_filter_unique_sequences
owner: galaxyp
revisions:
- 2904d46167da
- f546e7278f04
tool_panel_section_label: FASTA/FASTQ manipulation
- name: sickle
owner: iuc
revisions:
- 3905ccd5c631
- 6756c87dc2d4
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastq_paired_end_interlacer
owner: devteam
revisions:
- 2ccb8dcabddc
- b41c2c1bcfbf
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastq_paired_end_joiner
owner: devteam
revisions:
- 09a2199cd356
- 8d958759cf2a
- c885369b207b
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_compute_length
owner: devteam
revisions:
- 2051602a5f97
- 5cbde03c1103
- 7d37cfda8e00
tool_panel_section_label: FASTA/FASTQ manipulation
- name: pear
owner: iuc
revisions:
- 240f611a46f3
- b4c6f054210a
- f69501361cec
tool_panel_section_label: FASTA/FASTQ manipulation
- name: flash
owner: iuc
revisions:
- 01a4ebf1f237
- 13e98e2709b8
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastx_artifacts_filter
owner: devteam
revisions:
- 09070cacefd8
- 529bccd5e4a1
- d5e9e83cd3d8
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastx_barcode_splitter
owner: devteam
revisions:
- 015dc921d814
- 0b7ec11b3c7c
- 4bedca26c133
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastx_clipper
owner: devteam
revisions:
- 736b8f6ee456
- 90858c306551
- cb1e251cac37
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastx_nucleotides_distribution
owner: devteam
revisions:
- 21796f46e0ba
- ad116ae3f4d9
- b6b54ba71bd8
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_filter_by_length
owner: devteam
revisions:
- 2fd6033d0e9c
- 8cacfcf96a52
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_concatenate_by_species
owner: devteam
revisions:
- 25b8736c627a
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fastx_collapser
owner: devteam
revisions:
- 07497255281e
- 421f0af4ee95
- 7ce1891db6f5
tool_panel_section_label: FASTA/FASTQ manipulation
- name: fasta_nucleotide_changer