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
When running metabolic-c, I get the following error:
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bt2': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bt2': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bam': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bam': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bai': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bai': No such file or directory
Here's my script:
perl /opt/software/METABOLIC/METABOLIC-C.pl -in-gn /home/result/${file_name}/assembly -r /home/result/${file_name}/pair.txt -o /home/result/${file_name}/metabolic -t 10
The text was updated successfully, but these errors were encountered:
From reading these errors, it seems like a read mapping error. Can you provide examples (a few lines) of the way you formatted your pair.txt files please?
When running metabolic-c, I get the following error:
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bt2': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bt2': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bam': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bam': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bai': No such file or directory
rm: cannot remove '/home/result/SCS_003_5/metabolic/.bai': No such file or directory
Here's my script:
perl /opt/software/METABOLIC/METABOLIC-C.pl -in-gn /home/result/${file_name}/assembly -r /home/result/${file_name}/pair.txt -o /home/result/${file_name}/metabolic -t 10
The text was updated successfully, but these errors were encountered: