Skip to content

Commit

Permalink
finished create_GTF
Browse files Browse the repository at this point in the history
  • Loading branch information
renewiegandt committed Dec 4, 2018
1 parent 8d06cdc commit ee6e0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pipeline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ process extract_known_TFBS {
}




bed_for_overlap_with_TFBS.combine(known_TFBS_for_overlap).combine(fa_overlap_2).set {for_overlap}


Expand All @@ -64,7 +62,6 @@ process overlap_with_known_TFBS {
}



process clustering {
conda "${path_env}"

Expand Down Expand Up @@ -226,11 +223,14 @@ process cluster_quality {
process create_GTF {
conda "${path_env}"

publishDir 'Path', mode:'copy'

output:
file ('*.gtf') into gtf_for_uropa

script:
"""
python ${path_bin}/RegGTFExtractor.py ${params.organism} --tissue ${params.tissues}
"""
}

Expand Down

0 comments on commit ee6e0d7

Please sign in to comment.