view README.md @ 1:41f5b4a4eac0 draft

"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 8b04bda034e2e05436e15c066fde316098714aa3"
author galaxy-australia
date Wed, 14 Sep 2022 02:37:39 +0000
parents bbc2060caa0e
children
line wrap: on
line source

# HiFiAdapterFilt
Remove CCS reads with remnant PacBio adapter sequences and convert outputs to a compressed .fastq (.fastq.gz).

# Dependencies
- BamTools
- BLAST+

# Installation
Currently only tested on Ubuntu

# Docker
- HiFiAdapterFilt Docker is available on https://hub.docker.com/r/dmolik/pbadapterfilt

```
docker pull dmolik/pbadapterfilt
docker run -t -d -v /hifireads_data_directory_on_host_machine/:/home/genomics/HiFiAdapterFilt-master/ubuntu --name hifiadapterfilt dmolik/pbadapterfilt
docker exec -it <container_id> /bin/bash

```

See [official documentation](https://github.com/sheinasim/HiFiAdapterFilt) for more details.