Skip to content

Commit

Permalink
second test salmon
Browse files Browse the repository at this point in the history
  • Loading branch information
mspodda committed May 24, 2024
1 parent 9c242d8 commit 8611e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workflow/snakefile_final.smk
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,8 @@ rule stringtie_count:

rule salmon_quant:
input:
f1 = config['datadirs']['fastq'] + "/{file}/" + "{file}_1.fastq.gz",
f2 = config['datadirs']['fastq'] + "/{file}/" + "{file}_2.fastq.gz",
f1 = config['datadirs']['fastq'] + "/{file}/" + "{file}_R1.fq",
f2 = config['datadirs']['fastq'] + "/{file}/" + "{file}_R2.fq",
output:
salmon_sf = config['datadirs']['salmon'] + "/{file}/" + "quant.sf"
params:
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/lung/fastq/$1
cd results/lung_geo/fastq/$1
ffq --ftp $1 | grep -Eo '"url": "[^"]*"' | grep -o ftp.sra.*$ | sed 's/.$//' | xargs -n 1 curl -O -C - --silent --show-error

0 comments on commit 8611e40

Please sign in to comment.