Error In Batch Mode Run Prodigle
0
0
Entering edit mode
10.2 years ago
HG ★ 1.2k

Hi Everyone i am trying to run prodigal in batch mode for 50genome. I want after each run the two out put file name according to input file name. I am doing like this but its not renaming. Please help me out.

# Predicted gene
    for file in ./*.fasta
        do
        echo $file 
        ./prodigal.v2_60.linux -a out_trans -d out_nuc -i $file
         mv out_trans $file_trans
         mv out_nuc $file_nuc
        done
• 1.6k views
ADD COMMENT
0
Entering edit mode

I've answered in another thread, should be "$file"_trans and "$file"_nuc

ADD REPLY
0
Entering edit mode

Thank you so much.

ADD REPLY

Login before adding your answer.

Traffic: 2034 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6