Skip to content
Snippets Groups Projects
Commit a1448e34 authored by aliarifki's avatar aliarifki
Browse files

Format png des images issues des scripts R

parent dbd0ac7e
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ ggplot(df_parsed, aes(Start_position, nb_reads)) +
theme(axis.text.x = element_text(angle = 45)
)
ggsave(paste0(filename,".jpg"),
ggsave(paste0(filename,".png"),
plot = last_plot(),
scale = 2,
width = 1920,
......@@ -201,7 +201,7 @@ plot_camembert <- function(barcode, df, tot) {
print(camembert)
ggsave(filename = paste0("./Reads_start_promoters_", barcode, "_camembert.jpg"),
ggsave(filename = paste0("./Reads_start_promoters_", barcode, "_camembert.png"),
plot = last_plot(),
scale = 1,
width = 1920,
......
......@@ -17,7 +17,7 @@ process junctions_nanosplicer{
output:
path("Rplots.pdf")
path("JWR_check_parsed.csv")
path("*.jpg")
path("*.png")
path("identified_SPvariants.csv"), emit: identified_SPvariants
script:
......
......@@ -17,7 +17,7 @@ process rna_count{
output:
path("*.csv")
path("*.pdf")
path("*.jpg")
path("*.png")
script:
"""
......
......@@ -14,7 +14,7 @@ process start_position_individuals{
output:
path("Rplots.pdf")
path("*.jpg")
path("*.png")
path("Count_reads_per_promoter.tsv")
path("classification_of_reads_per_RNA.txt"), emit: classification_of_reads
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment