Mercurial > repos > bgruening > edta
annotate annotate_pan_genome.sh @ 0:f1a157358d4d draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
author | bgruening |
---|---|
date | Sun, 16 Oct 2022 12:41:19 +0000 |
parents | |
children |
rev | line source |
---|---|
0
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
1 #!/usr/bin/env bash |
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
2 |
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
3 lib=NAM.EDTA1.8.0.MTEC02052020.TElib.fa |
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
4 genome=($1) |
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
5 |
f1a157358d4d
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/edta commit 24cb0421330e54b144b3e6f1be4ae35ac0e48c1c
bgruening
parents:
diff
changeset
|
6 RepeatMasker -pa 36 -q -div 40 -lib $lib -cutoff 225 -gff $genome |