Mercurial > repos > iuc > data_manager_fetch_busco
comparison tool-data/busco.loc.sample @ 2:2b4526fdf7fb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/data_managers/data_manager_fetch_busco/ commit 2d2c72dc464b938bfa4def2511ce0938f3a1ea7d
author | iuc |
---|---|
date | Mon, 24 Apr 2023 12:26:46 +0000 |
parents | 15b97817550a |
children |
comparison
equal
deleted
inserted
replaced
1:15b97817550a | 2:2b4526fdf7fb |
---|---|
1 # This is a sample file distributed with Galaxy that is used to define a | |
2 # list of busco datasets, using four columns tab separated: | |
3 # | |
4 # <unique_build_id> <display_name> <genome_fasta_file_path> | |
5 # | |
6 # Datasets can be retrieved from http://busco.ezlab.org/frame_wget.html | |
7 # | |
8 # "/some/path/arthropoda/" would be the last column in the line | |
9 # If this were for the mm10 mouse genome, the resulting entry would look like: | |
10 # | |
11 #arthropoda_2.0 arthropoda_2.0 /some/path/arthropoda/ | |
12 # | |
13 # |