comparison data_manager/add_ctat_resource_lib.xml @ 52:0e3e4f24e300 draft

Adding ctat_cravat_tissues table.
author trinity_ctat
date Tue, 06 Nov 2018 11:53:38 -0500
parents c47ac2deaaf8
children
comparison
equal deleted inserted replaced
51:0a4bec29a609 52:0e3e4f24e300
12 </requirements> 12 </requirements>
13 <command detect_errors="exit_code"> 13 <command detect_errors="exit_code">
14 <![CDATA[ 14 <![CDATA[
15 python $__tool_directory__/add_ctat_resource_lib.py 15 python $__tool_directory__/add_ctat_resource_lib.py
16 --output_filename="${out_file}" 16 --output_filename="${out_file}"
17 --display_name="${display_name}" 17 --display_name="${display_name}"
18 --cravat_tissues_filepath="${__tool_directory__}/../tool-data/ctat_cravat_tissues.loc.sample"
18 #if str( $genome_resource_library.build_type ) == "download_and_build": 19 #if str( $genome_resource_library.build_type ) == "download_and_build":
19 --download_url="${genome_resource_library.download_url}" 20 --download_url="${genome_resource_library.download_url}"
20 --download_location="${genome_resource_library.download_destination}" 21 --download_location="${genome_resource_library.download_destination}"
21 #if str( $genome_resource_library.force_new_download ) == "true": 22 #if str( $genome_resource_library.force_new_download ) == "true":
22 --new_archive_download 23 --new_archive_download
186 Neither the "source_data" nor the "plug-n-play" versions have had their gmap index built. If you are not going to be 187 Neither the "source_data" nor the "plug-n-play" versions have had their gmap index built. If you are not going to be
187 using gmap_fusion, then you can uncheck the gmap_build check box and save the space and time building the index consumes. 188 using gmap_fusion, then you can uncheck the gmap_build check box and save the space and time building the index consumes.
188 189
189 Neither the "source_data" nor the "plug-n-play" versions have Mutation Resources included. 190 Neither the "source_data" nor the "plug-n-play" versions have Mutation Resources included.
190 Those must be downloaded separately and integrated into the Library. If you are going to be using the 191 Those must be downloaded separately and integrated into the Library. If you are going to be using the
191 ctat_mutations tool, check the Download Mutation Library check box. 192 ctat_mutations tool, check the Download Mutation Library check box. Whether or not you check this box, the
193 ctat_cravat_tissues table needed by the ctat_mutations tool will be created.
192 194
193 In order to integrate the Mutation Resources into a CTAT Genome Resource Library, you must have previously downloaded 195 In order to integrate the Mutation Resources into a CTAT Genome Resource Library, you must have previously downloaded
194 COSMIC resources (See Step 2 from https://github.com/NCIP/ctat-mutations/tree/master/mutation_lib_prep ) 196 COSMIC resources (See Step 2 from https://github.com/NCIP/ctat-mutations/tree/master/mutation_lib_prep )
195 You can place them directly into the Genome Resource Library location, or if the Library is 197 You can place them directly into the Genome Resource Library location, or if the Library is
196 not built yet, or you do not know the full path to it, specify the directory where the COSMIC files are, so they can be 198 not built yet, or you do not know the full path to it, specify the directory where the COSMIC files are, so they can be