Mercurial > repos > galaxy-australia > hifiadapterfilt
annotate README.md @ 0:bbc2060caa0e draft
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
author | galaxy-australia |
---|---|
date | Mon, 11 Jul 2022 03:09:58 +0000 |
parents | |
children |
rev | line source |
---|---|
0
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
1 # HiFiAdapterFilt |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
2 Remove CCS reads with remnant PacBio adapter sequences and convert outputs to a compressed .fastq (.fastq.gz). |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
3 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
4 # Dependencies |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
5 - BamTools |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
6 - BLAST+ |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
7 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
8 # Installation |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
9 Currently only tested on Ubuntu |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
10 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
11 # Docker |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
12 - HiFiAdapterFilt Docker is available on https://hub.docker.com/r/dmolik/pbadapterfilt |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
13 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
14 ``` |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
15 docker pull dmolik/pbadapterfilt |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
16 docker run -t -d -v /hifireads_data_directory_on_host_machine/:/home/genomics/HiFiAdapterFilt-master/ubuntu --name hifiadapterfilt dmolik/pbadapterfilt |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
17 docker exec -it <container_id> /bin/bash |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
18 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
19 ``` |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
20 |
bbc2060caa0e
"planemo upload for repository https://github.com/usegalaxy-au/tools-au/tree/master/tools/hifiadapter commit 1ca83d831d15156432d96f6df9e508d6c9ed09da-dirty"
galaxy-australia
parents:
diff
changeset
|
21 See [official documentation](https://github.com/sheinasim/HiFiAdapterFilt) for more details. |