Skip to content

Commit

Permalink
Update plot_markers scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoDuarteF committed Dec 5, 2024
1 parent d6350fa commit a43634a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bin/plot_markers1.R
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env Rscript

# load libraries
require(RIdeogram)

Expand Down
1 change: 1 addition & 0 deletions bin/plot_markers2.R
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env Rscript

# load libraries
require(RIdeogram)
Expand Down
4 changes: 2 additions & 2 deletions modules/local/genome_ideogram.nf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ process GENOME_BUSCO_IDEOGRAM {
seqkit fx2tab -i -n -l ${genome} > ${prefix}_for_karyotype.txt
# Call script for table wrangling
Rscript plot_markers1.R ${prefix}_for_karyotype.txt ${prefix}
Rscript /home/ucbtfrd/pipelines/genomeqc/bin/plot_markers1.R ${prefix}_for_karyotype.txt ${prefix}
# Call script for plotting
Rscript plot_markers2.R ${prefix}_karyotype.txt ${prefix}_busco_coordinates.txt ${prefix}
Rscript /home/ucbtfrd/pipelines/genomeqc/bin/plot_markers2.R ${prefix}_karyotype.txt ${prefix}_busco_coordinates.txt ${prefix}
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit a43634a

Please sign in to comment.