Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
目的
STIL
-TAL1
やIGH
に関する融合遺伝子の検出を目的として、RNAパイプラインで用いているSTAR
が当該融合遺伝子の配列をchimericにマップしないことから、RNAパイプラインでbwa mem
及びGenomonSV
を実行可能に修正します。修正
主な修正点は以下の通りです。
example_conf
のRNA用設定ファイルcfg
に、DNA用からGenomonSV
に関する設定をコピーexample_conf
のRNA用サンプル定義ファイルcsv
に、[sv_detection]
の項目を追加bam_file
をbwa_bam_file
とstar_bam_file
に分離bwa_alignment
,sv_parse
,sv_merge
,sv_filt
を、従来タスクとは独立して実行これにより別途DNAパイプラインを実行しなくても
GenomonSV
の結果を得ることができます。また今後DNAパイプラインとRNAパイプラインで独立に
GenomonSV
のバージョンやパラメタを設定可能です。DNAパイプラインや、サンプル定義ファイル
csv
中に[sv_detection]
宣言がない場合のRNAパイプラインは、従来と変わらない挙動を保ちます。結果
修正後のbranchで、サンプル定義ファイルに
[sv_detection]
の有るものと無いものそれぞれを実行し、結果ディレクトリを比較しました。bam/
以下にbwa mem
のBAMファイルが、sv/
以下にGenomonSV
の出力が増えており、従来のstar/
等は変わりません。