Closed asetGem closed 6 years ago
Change stdout of integron_finder: at the end of the processing of a replicon, print a line with:
/<#replicons> <#integrons> <#in0> <#CALIN>
can you explicit what is
Well, I don't remember or what @asetGem meant, but I guess it could be an incremental number in case of multifasta. Like how many replicons have been processed so far.
A desired output would look like:
# replicon_id N_integrons N_In0 N_CALIN
1 replicon_01 1 0 1
2 replicon_02 2 1 5
There should be an option to switch it off too, in case there are tons of sequences.
done in summary file
[x] silence prodigal stderr
[x] Change stdout of integron_finder: at the end of the processing of a replicon, print a line with:
<range>/<#replicons> <replicon_ID> <#integrons> <#in0> <#CALIN>