# HG changeset patch # User jackcurragh # Date 1652870144 0 # Node ID 3276016ac5b3a0400a32f8bf61c4e2f5c41b8ea3 # Parent feeee18b008439df8883e7de4154695e4c6fe774 Uploaded diff -r feeee18b0084 -r 3276016ac5b3 get_chrom_sizes/get_chrom_sizes.xml --- a/get_chrom_sizes/get_chrom_sizes.xml Wed May 18 10:28:29 2022 +0000 +++ b/get_chrom_sizes/get_chrom_sizes.xml Wed May 18 10:35:44 2022 +0000 @@ -1,5 +1,5 @@ - Chromosome sizes are needed for the creation of ribosome profiles. This tool generates a tab delimited chrom.sizes file from an inputted fasta + Generates a tab delimited chrom.sizes file from an inputted fasta python $__tool_directory__/calculating_chrom.sizes.py ${refGenomeSource.genomeSource} ${input2} #if $refGenomeSource.genomeSource == "builtin": @@ -7,8 +7,6 @@ #else: ${refGenomeSource.input1_file} none ${output1} #end if - - @@ -48,7 +46,9 @@ **What it does** -Creates a chromosome sizes file from a fasta file. +Creates a chromosome sizes file from a fasta file. This is needed for creating ribosome profiles. + +Some commonly used genomes are provided to save on storage.