annotate test-data/make_comp_file.sh @ 0:f4e5279b5d10 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
author galaxyp
date Tue, 31 Oct 2017 14:17:50 -0400
parents
children 3cb37af59360
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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 HMM_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 --database $base_path/test-data/cached_locally/hmmdb_levels/ENOG411CB2I/ENOG411CB2I \
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_refine\
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 \
f4e5279b5d10 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff changeset
14 --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
15
f4e5279b5d10 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff changeset
16 emapper.py \
f4e5279b5d10 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff changeset
17 -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
18 --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
19 --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
20 --override \
f4e5279b5d10 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff changeset
21 -m diamond \
f4e5279b5d10 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit 9dbc338105e83091a636166030f618ec881c5f6f
galaxyp
parents:
diff changeset
22 --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
23 --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
24 --no_annot