This shows you the differences between two versions of the page.
Both sides previous revision
Previous revision
Next revision
|
Previous revision
|
software:topical:lifescience:ngs_read_mapping_tools [2019/07/29 16:47] meesters [segemehl] |
software:topical:lifescience:ngs_read_mapping_tools [2020/10/02 14:52] jrutte02 removed |
| |
See [[:software:topical:lifescience:ngs_read_mapping_tools#gpu-based|below for a wrapper script]] to ease your workflow. | See [[:software:topical:lifescience:ngs_read_mapping_tools#gpu-based|below for a wrapper script]] to ease your workflow. |
| |
| ==== Minimap2 ==== |
| |
| [[https://github.com/lh3/minimap2|Minimap2]] is supposed to be a replacement for ''bwa mem''. Modules are installed under |
| |
| ''bio/minimap2'' |
| |
| |
| |
* ''referencedir'' needs to be the (relative) path to a directory containing an indexed BWA reference | * ''referencedir'' needs to be the (relative) path to a directory containing an indexed BWA reference |
* ''inputdir'' needs to be a (relative) path to a directory containing all inputs. Subdirectories and files containing the string ''unpaired'' are ignored; this is to support preprocessing with the [[software:topical:lifescience:trimmomatic|trimmomatic module]]. | * ''inputdir'' needs to be a (relative) path to a directory containing all inputs. Subdirectories and files containing the string ''unpaired'' are ignored; this is to support preprocessing with the [[software:topical:lifescience:qc|quality check module]]. |
| |
The options: | The options: |
About Arguments: | About Arguments: |
* ''referencedir'' needs to be the (relative) path to a directory containing an indexed BWA reference. No symbolic links are allowed. | * ''referencedir'' needs to be the (relative) path to a directory containing an indexed BWA reference. No symbolic links are allowed. |
* ''inputdir'' needs to be a (relative) path to a directory containing all inputs. Subdirectories and files containing the string ''unpaired'' are ignored; this is to support preprocessing with the [[software:topical:lifescience:trimmomatic|trimmomatic module]]. | * ''inputdir'' needs to be a (relative) path to a directory containing all inputs. Subdirectories and files containing the string ''unpaired'' are ignored; this is to support preprocessing with the [[software:topical:lifescience:qc|quality check module]]. |
| |
| |