view test-data/make_comp_file.sh @ 5:a5a3bdd0954b draft

"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/eggnog_mapper/eggnog_mapper commit ba81f4bfe31157aa6b986e81d5e4405ae1372b3b"
author galaxyp
date Mon, 11 Nov 2019 11:50:36 -0500
parents f4e5279b5d10
children 3cb37af59360
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