Mercurial > repos > galaxyp > eggnog_mapper
annotate test-data/make_comp_file.sh @ 7:4e4c6329f6cd draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit fd234f7532b34a1b6ced0d3ac53a8f42348e23f7"
author | galaxyp |
---|---|
date | Fri, 19 Feb 2021 18:54:25 +0000 |
parents | 3cb37af59360 |
children |
rev | line source |
---|---|
0
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
1 #!/bin/bash |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
2 |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
3 base_path=$1 |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
4 |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
5 emapper.py \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
6 -i $base_path/test-data/nlim_fragment.fasta \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
7 --output DIA_nlim \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
8 --output_dir $base_path/test-data \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
9 --override \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
10 -m diamond \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
11 --data_dir $base_path/test-data/cached_locally \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
12 --no_file_comments \ |
f4e5279b5d10
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
13 --no_annot |