view README.md @ 2:03acc0e3772e draft default tip

"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit db087ed782a52833a02df3bfef0793b4dd909081"
author galaxy-australia
date Wed, 16 Nov 2022 06:19:15 +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.