-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
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
Code Cleanup #43
Comments
Let's check that variables listed in USAGE statement match those actually parsed in job scripts. |
Good idea. I've added it to the list above. |
cpo-pipeline/data/job_scripts/bwa_mem.sh Line 11 in 6277800
I can change the |
In this case, the cpo-pipeline/data/job_scripts/fastqc.sh Line 22 in 6277800
I can fix this. |
cpo-pipeline/data/job_scripts/iqtree.sh Line 20 in 6277800
Do you want me to add |
|
|
I noticed 2 issues with samtools_filter_fixmate_sort.sh:
|
Inconsistency in variables initialized and those used:
And the output variable not initialized:
I suggest changing initial variable declarations to:
...and deleting
to read `# output sam (or bam) file |
Two issues with this script:
|
I can delete it. |
I noticed 4 issues with
|
2 issues with
|
Only thing I noticed for snp-dists.sh is that comment states that the alignment file is a reference fasta
I suggest changing this to read # alignment fasta
|
Suggestion for snp-sites.sh to change comment from
to read # alignment fasta
|
paths
dict.The text was updated successfully, but these errors were encountered: