view trimmomatic_macros.xml @ 15:32f1f56bd970 draft

Updated for Trimmomatic 0.39 and adds quality score options.
author pjbriggs
date Thu, 02 Mar 2023 15:24:24 +0000
parents d94aff5ee623
children 9a38087e3bfd
line wrap: on
line source

<macros>
  <!-- 
       Set the path for the trimmomatic JAR and data files
       Based on https://github.com/galaxyproject/tools-iuc/blob/master/tool_collections/snpsift/snpSift_macros.xml#L13
  -->
  <token name="@CONDA_TRIMMOMATIC_JAR_PATH@">if [ -z "\$TRIMMOMATIC_JAR_PATH" ]; then export TRIMMOMATIC_JAR_PATH=\$(dirname \$(readlink -e \$(which trimmomatic))); fi</token>
  <token name="@CONDA_TRIMMOMATIC_ADAPTERS_PATH@">if [ -z "\$TRIMMOMATIC_ADAPTERS_PATH" ]; then export TRIMMOMATIC_ADAPTERS_PATH=\$(dirname \$(readlink -e \$(which trimmomatic)))/adapters; fi</token>
  <token name="@TOOL_VERSION@">0.39</token>
  <token name="@VERSION_SUFFIX@">0</token>
</macros>