Skip to content

Commit

Permalink
update target
Browse files Browse the repository at this point in the history
  • Loading branch information
macmanes committed Aug 10, 2017
1 parent ddded38 commit be79ba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oyster.mk
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ ${DIR}/reports/transrate.done:${DIR}/assemblies/${RUNOUT}.orthomerged.fasta
transrate -o ${DIR}/reports/transrate_${RUNOUT} -a ${DIR}/assemblies/${RUNOUT}.orthomerged.fasta --left ${READ1} --right ${READ2} -t $(CPU)
touch ${DIR}/reports/transrate.done

${DIR}/quants/shannon/quant.sf:${DIR}/assemblies/${RUNOUT}.orthomerged.fasta
${DIR}/quants/orthomerged/quant.sf:${DIR}/assemblies/${RUNOUT}.orthomerged.fasta
salmon index -t ${DIR}/assemblies/${RUNOUT}.orthomerged.fasta -i ortho.idx --type quasi -k 31
salmon quant -p $(CPU) -i ortho.idx --seqBias --gcBias -l a -1 ${DIR}/rcorr/${RUNOUT}.TRIM_1P.cor.fq -2 ${DIR}/rcorr/${RUNOUT}.TRIM_2P.cor.fq -o ${DIR}/quants/orthomerged

Expand Down

0 comments on commit be79ba8

Please sign in to comment.