Skip to content

Commit

Permalink
Added IR_database variable in script
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakirsch authored Mar 27, 2024
1 parent 7fa6681 commit c92f470
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pseudoR_multiReference_restart.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
while getopts "s:t:d:r:c:m:1:2:3:x:n:h" flag
while getopts "s:t:d:r:c:m:1:2:3:x:n:i:h" flag
do
case "${flag}" in
s) sraList=${OPTARG};;
Expand All @@ -12,6 +12,7 @@ do
3) singleton_ending=${OPTARG};;
x) contig_ending=${OPTARG};;
n) sraList_New=${OPTARG};;
i) IR_database=${OPTARG};;

esac
done
Expand Down Expand Up @@ -108,4 +109,4 @@ done

bash ${database}/post-analysis_V3.sh -s ../${sraList} -d ${database}
Rscript --vanilla ${database}/Final_Output.multiReference.R ../${sraList} final_results/contig_analysis.step1.tsv ${database} contig
Rscript --vanilla ${database}/Final_Output.multiReference.R ../${sraList} final_results/orf_analysis.step1.tsv ${database} ORF
Rscript --vanilla ${database}/Final_Output.multiReference.R ../${sraList} final_results/orf_analysis.step1.tsv ${database} ORF

0 comments on commit c92f470

Please sign in to comment.