You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run dbCAN_utils for multiple MAGs using metadata_fil.txt, but it the output I am getting is single and it has been overwritten. I tried --output ${line}.out (also --outpubut its not working its keeps giving single outputs (overwritten).
for example
dbcan_utils fam_abund -bt ${line}.depth.txt -i ${line}.dbCAN -a TPM --output ${line}_fam_abund.out
but the outputs I am getting are without unique identities and that's why it's overwritten.
How do you get outputs with a unique identifier so it's not overwritten?
Version information
No response
The text was updated successfully, but these errors were encountered:
Hi, I suggest you rename the output file by command lines like using mv or rename to do that. We didn't provide a parameter to change the output file name.
Report
I am trying to run dbCAN_utils for multiple MAGs using metadata_fil.txt, but it the output I am getting is single and it has been overwritten. I tried --output ${line}.out (also --outpubut its not working its keeps giving single outputs (overwritten).
for example
dbcan_utils fam_abund -bt ${line}.depth.txt -i ${line}.dbCAN -a TPM --output ${line}_fam_abund.out
but the outputs I am getting are without unique identities and that's why it's overwritten.
How do you get outputs with a unique identifier so it's not overwritten?
Version information
No response
The text was updated successfully, but these errors were encountered: