comparison bbmerge.xml @ 3:82ced0e47b9d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bbtools commit 1cd738ce63dc53cebf13439456e761ef63dc019c
author iuc
date Fri, 12 Apr 2024 20:19:26 +0000
parents fc029a9b4d07
children 5d8b93c0731f
comparison
equal deleted inserted replaced
2:6d084528a6f1 3:82ced0e47b9d
37 #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.element_identifier)) 37 #set read2_identifier = re.sub('[^\s\w\-]', '_', str($read2.element_identifier))
38 #set read2_file = $read2_identifier + $ext 38 #set read2_file = $read2_identifier + $ext
39 ln -s '${read2}' '${read2_file}' && 39 ln -s '${read2}' '${read2_file}' &&
40 #end if 40 #end if
41 41
42 bbmerge.sh 42 if [[ "\${_JAVA_OPTIONS}" != *-Xmx* && "\${JAVA_TOOL_OPTIONS}" != *-Xmx* ]]; then
43 export _JAVA_OPTIONS="\${_JAVA_OPTIONS} -Xmx\${GALAXY_MEMORY_MB:-4096}m -Xms256m";
44 fi &&
45
46 bbmerge.sh tmpdir="\$TMPDIR" t="\${GALAXY_SLOTS:-2}"
47
43 #### Input parameters 48 #### Input parameters
44 #if str($input_type_cond.input_type) == 'single': 49 #if str($input_type_cond.input_type) == 'single':
45 in='${read1_file}' 50 in='${read1_file}'
46 interleaved=t 51 interleaved=t
47 #else: 52 #else: