repeatmasker: fix bin location and dependency (#8286)
This commit is contained in:
		 Levi Baber
					Levi Baber
				
			
				
					committed by
					
						 Adam J. Stewart
						Adam J. Stewart
					
				
			
			
				
	
			
			
			 Adam J. Stewart
						Adam J. Stewart
					
				
			
						parent
						
							3c10d160d0
						
					
				
				
					commit
					1c2dc8f528
				
			| @@ -37,6 +37,7 @@ class Repeatmasker(Package): | ||||
|     version('4.0.7', '4dcbd7c88c5343e02d819f4b3e6527c6') | ||||
|  | ||||
|     depends_on('perl', type=('build', 'run')) | ||||
|     depends_on('perl-text-soundex', type=('build', 'run')) | ||||
|     depends_on('hmmer') | ||||
|     depends_on('ncbi-rmblastn') | ||||
|     depends_on('trf') | ||||
| @@ -77,4 +78,4 @@ def install(self, spec, prefix): | ||||
|         with open(config_answers_filename, 'r') as f: | ||||
|             inspect.getmodule(self).perl('configure', input=f) | ||||
|  | ||||
|         distutils.dir_util.copy_tree(".", prefix) | ||||
|         distutils.dir_util.copy_tree(".", prefix.bin) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user