view trimmomatic_macros.xml @ 11:59054f086eca draft

Version 0.36.6 (output logs and handle fastqillumina and fastqsolexa inputs)
author pjbriggs
date Fri, 05 Oct 2018 05:19:17 -0400
parents f80107cdc406
children 51b771646466
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>
</macros>