We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting an output text file with inconsistent formatting, here is a snippet of some of the output I am getting.
Take the following snippet of text output,
NODE_2_length_14983_cov_10.199960_8 K01424 NODE_2_length_14983_cov_10.199960_9 NODE_2_length_14983_cov_10.199960_10 K02055
Running expand test.txt -t 1 > test.txt cleans up all my output files,
expand test.txt -t 1 > test.txt
For reference I am using version kofamscan=1.3.0 and my script is,
kofamscan=1.3.0
exec_annotation \ --cpu $task.cpus \ -k $ko_list \ -p $profiles \ -f mapper \ -o ${sample}.kofam.txt \ ${faa}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting an output text file with inconsistent formatting, here is a snippet of some of the output I am getting.
Take the following snippet of text output,
Running
expand test.txt -t 1 > test.txt
cleans up all my output files,For reference I am using version
kofamscan=1.3.0
and my script is,The text was updated successfully, but these errors were encountered: