Site Tools


anthill_sri016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
anthill_sri016 [2020/12/02 19:14] tmatejukanthill_sri016 [2023/08/01 01:08] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ==== description ==== ==== description ====
-AdapterRemoval searches for and removes adapter sequences from High-Throughput Sequencing (HTS) data and (optionally) trims low quality bases from the 3' end of reads following adapter removal. Software page : [[https://github.com/MikkelSchubert/adapterremoval]] .+AdapterRemoval searches for and removes adapter sequences from High-Throughput Sequencing (HTS) data and (optionally) trims low quality bases from the 3' end of reads following adapter removal. Software page : [[https://github.com/MikkelSchubert/adapterremoval]], software usage examples [[https://adapterremoval.readthedocs.io/en/latest/examples.html]] .
  
 ==== software version ==== ==== software version ====
 Bellow description covers AdapterRemoval version 2.3.1 . Bellow description covers AdapterRemoval version 2.3.1 .
- 
-https://adapterremoval.readthedocs.io/en/latest/examples.html 
  
 ==== prepare software ==== ==== prepare software ====
Line 20: Line 18:
   make -j${SLURM_NPROCS}   make -j${SLURM_NPROCS}
      
-  #read output and exit interactive mode when finished+  #read output, compitation will end with message 
 +  #  Linking executable build/AdapterRemoval 
 +  #exit interactive mode when finished with exit command
   exit   exit
  
  
 ==== sbatch example ==== ==== sbatch example ====
-This description assumes that above step ( prepare software ) were done beforehand. +This description assumes that above step ( prepare software ) were done beforehand. \\ 
 +Bellow slurm job creates temporary folder in your home folder (like ''tmp.AtrQrrJi3W''), then downloads file ''090413_I352_FC31307AAXX_L6_SORssqRADDHAAPE_1.fq.gz'' and run it with AdapterRemoval software. This job will take about 10 minutes, inspect job output ex.: ''slurm-1949.out'' for AdapterRemoval output messages.
  
-File ''adapterremoval_test.batch'' +File ''adapterremoval_test.batch'' :
  
 <code> <code>
Line 47: Line 48:
 #use AdapterRemoval software #use AdapterRemoval software
 AdapterRemoval --file1 090413_I352_FC31307AAXX_L6_SORssqRADDHAAPE_1.fq.gz --qualitybase 64 AdapterRemoval --file1 090413_I352_FC31307AAXX_L6_SORssqRADDHAAPE_1.fq.gz --qualitybase 64
 +
  
 </code> </code>
anthill_sri016.1606932850.txt.gz · Last modified: 2023/08/01 06:38 (external edit)