Skip to content

Commit

Permalink
test boh
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 22, 2024
1 parent c156c7b commit de1d96a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions R/config_all.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ group.colors_plot <- c()
group.colors_pie_chart <- c()

## directories
txt_samples <- "../test_data"
results_dir <- "../results"
txt_samples <- "../../test_data"
results_dir <- "../../results"
polyA_bam_dir <- ""
final_output <- "R"
## total salmon
indexDir <-file.path("../results/salmon_index_v43/")
fasta <- file.path("../results/salmon_index_v43/")
gtf <- file.path("../results/salmon_index_v43/")
indexDir <- file.path("../../results/salmon_index_v43/")
fasta <- file.path("../../results/salmon_index_v43/")
gtf <- file.path("../../results/salmon_index_v43/")

## functions
data_summary <- function(x) {
Expand Down
1 change: 0 additions & 1 deletion workflow/snakefile_final.smk
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ rule STAR_index:
config['conda']['STAR']
threads: 2
shell:
'mkdir {output.genomedir} && '
'{params.star} --runThreadN {threads} '
'--runMode genomeGenerate '
'--readFilesCommand zcat '
Expand Down
2 changes: 1 addition & 1 deletion workflow/util/script.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cd ../../results/$1
cd results/fastq/$1
ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs wget -q -c

0 comments on commit de1d96a

Please sign in to comment.