Mercurial > repos > jjohnson > eggnog_mapper
view test-data/make_comp_file.sh @ 3:9d94fe7ce8b9 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper commit e711920c41c8862d7d8133f7b455cf475924e103
author | jjohnson |
---|---|
date | Tue, 05 Nov 2019 15:53:42 -0500 |
parents | a74d61dbd155 |
children |
line wrap: on
line source
#!/bin/bash base_path=$1 emapper.py \ -i $base_path/test-data/nlim_fragment.fasta \ --output HMM_nlim \ --output_dir $base_path/test-data \ --override \ --database $base_path/test-data/cached_locally/hmmdb_levels/ENOG411CB2I/ENOG411CB2I \ --data_dir $base_path/test-data/cached_locally \ --no_refine\ --no_annot \ --no_file_comments emapper.py \ -i $base_path/test-data/nlim_fragment.fasta \ --output DIA_nlim \ --output_dir $base_path/test-data \ --override \ -m diamond \ --data_dir $base_path/test-data/cached_locally \ --no_file_comments \ --no_annot