/share/work/biosoft/TransDecoder/latest/util/gff3_file_to_proteins.pl --gff3 ./${ind}.longest_isoform.gff3 --fasta ./${ind}.fa.gz --seqType CDS >./${ind}.cds.fa
/share/work/biosoft/TransDecoder/latest/util/gff3_file_to_proteins.pl --gff3 ./${ind}.longest_isoform.gff3 --fasta ./${ind}.fa.gz --seqType prot >./${ind}.pep.fa
代码是上面这个,跑了三四个小时,没有结果输出,是我的代码出问题了吗,哪里需要改?