Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
documentation:tools:software:trimmomatic [2016/12/12 13:57] ltaulelldocumentation:tools:software:trimmomatic [2020/08/25 15:58] (Version actuelle) – modification externe 127.0.0.1
Ligne 1: Ligne 1:
 ====== Trimmomatic ====== ====== Trimmomatic ======
 +
 +  *  a multithreaded command line tool that can be used to trim and crop Illumina (fastaq) data as well as to remove adapters. 
  
 ^  Version  ^  Compilateur  ^  Interconnexion  ^  chemin d'accès  ^  OS  ^ ^  Version  ^  Compilateur  ^  Interconnexion  ^  chemin d'accès  ^  OS  ^
-|  0.36  |  N/A  |  N/A  |  /applis/PSMN/generic/Trimmomatic/0.36  |  generic  | +|  0.36  |  N/A  |  N/A  |  /usr/share/java/trimmomatic.jar |  Debian9  | 
-| | **modulefile** : Trimmomatic/0.36  ||||+| | **modulefile** : aucun  ||||
  
 +<code bash>
 +# usage type
 +TRIMMOMATIC=/usr/share/java/trimmomatic.jar
 +java -jar $TRIMMOMATIC PE/SE -options -de -trimm -o -matic
 +</code>
  
 <code bash> <code bash>
-module load Java/1.8.0u77 (optionnel) +## Example 
-module load Trimmomatic/0.36   +## Quick start 
-java -jar $TRIMMOMATIC -options -de -trimm -matic+# Paired End 
 +java -jar <path to trimmomatic.jar> PE [-threads <threads] [-phred33 | -phred64] [-trimlog <logFile>] <input 1> <input 2> <paired output 1> <unpaired output 1> <paired output 2> <unpaired output 2> <step 1> 
 </code> </code>
 +
 +
 +
 +
  
  
Ligne 16: Ligne 28:
  
   * http://www.usadellab.org/cms/index.php?page=trimmomatic   * http://www.usadellab.org/cms/index.php?page=trimmomatic
 +
documentation/tools/software/trimmomatic.1481551056.txt.gz · Dernière modification : 2020/08/25 15:58 (modification externe)