-
Notifications
You must be signed in to change notification settings - Fork 8
add arabidopsis and t2t_chm13_v2+meth_controls+m13+phix #55
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -16,6 +16,16 @@ params { | |||||||||||||
| genome_fa: "/mnt/galaxy/galaxyworks/tool-data/t2t_2.0_eschColi_K12_bs_controls/bwameth_index/t2t_2.0_eschColi_K12_bs_controls/t2t_2.0_eschColi_K12_bs_controls.fa", | ||||||||||||||
| genome_fai: "/mnt/galaxy/galaxyworks/tool-data/t2t_2.0_eschColi_K12_bs_controls/bwameth_index/t2t_2.0_eschColi_K12_bs_controls/t2t_2.0_eschColi_K12_bs_controls.fa.fai", | ||||||||||||||
| ], | ||||||||||||||
| 'arabidopsis_thaliana_TAIR12_bs_controls': [ | ||||||||||||||
| bwa_index: "/bioinfo/ref/arabidopsis_thaliana_TAIR12_bs_controls/bwameth/arabidopsis_thaliana_TAIR12_bs_controls.fa", | ||||||||||||||
| genome_fa: "/bioinfo/ref/arabidopsis_thaliana_TAIR12_bs_controls/bwameth/arabidopsis_thaliana_TAIR12_bs_controls.fa", | ||||||||||||||
| genome_fai: "/bioinfo/ref/arabidopsis_thaliana_TAIR12_bs_controls/bwameth/arabidopsis_thaliana_TAIR12_bs_controls.fa.fai", | ||||||||||||||
| ], | ||||||||||||||
| 't2t_chm13_v2+meth_controls+m13+phix': [ | ||||||||||||||
| bwa_index: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa", | ||||||||||||||
| genome_fa: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa", | ||||||||||||||
| genome_fai: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa.fai", | ||||||||||||||
|
Comment on lines
+25
to
+27
|
||||||||||||||
| bwa_index: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa", | |
| genome_fa: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa", | |
| genome_fai: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth/t2t_chm13_v2+meth_controls+m13+phix.fa.fai", | |
| bwa_index: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth_index/t2t_chm13_v2+meth_controls+m13+phix/t2t_chm13_v2+meth_controls+m13+phix.fa", | |
| genome_fa: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth_index/t2t_chm13_v2+meth_controls+m13+phix/t2t_chm13_v2+meth_controls+m13+phix.fa", | |
| genome_fai: "/bioinfo/ref/t2t_chm13_v2+meth_controls+m13+phix/bwameth_index/t2t_chm13_v2+meth_controls+m13+phix/t2t_chm13_v2+meth_controls+m13+phix.fa.fai", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These new reference paths use a
/bwameth/directory, while the existing entries (and README.md guidance) use/bwameth_index/to indicate the location where bwa-meth/BWA index files exist. If the index files are actually under abwameth_indexdirectory (as with the other genomes), this will cause alignment to fail when--genome arabidopsis_thaliana_TAIR12_bs_controlsis selected. Please align the directory structure/path with the establishedbwameth_index/.../<genome>.faconvention (or update to the correct index location if/bwameth/is intentional and contains the required index files).