Mercurial > repos > galaxyp > eggnog_mapper
annotate test-data/make_comp_file.sh @ 9:bb2fd26a081d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit 622d8d475193f3717d26f45fd7c8f5868e9a2d0d
author | galaxyp |
---|---|
date | Tue, 07 Jun 2022 14:56:07 +0000 |
parents | 1d6c4af4b7bc |
children |
rev | line source |
---|---|
0
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
1 #!/bin/bash |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
2 |
2354d9b43a91
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 |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
4 |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
5 emapper.py \ |
2354d9b43a91
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 \ |
2354d9b43a91
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 \ |
2354d9b43a91
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 \ |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
9 --override \ |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
10 -m diamond \ |
2354d9b43a91
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 \ |
2354d9b43a91
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 \ |
2354d9b43a91
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff
changeset
|
13 --no_annot |