Skip to content

Commit

Permalink
ignore temp files removal in ci_test test
Browse files Browse the repository at this point in the history
  • Loading branch information
WardDeb committed Aug 13, 2024
1 parent 560a483 commit 847d1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_stuff/test_dag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ if [ ${PIPESTATUS[0]} -ne 0 ] || [ $WC -ne 1338 ]; then exit 1 ; fi
#WC=`scRNAseq -i PE_input -o output --mode Gruen --snakemakeOptions " --dryrun --conda-prefix /tmp" --skipRaceID --splitLib .ci_stuff/organism.yaml | tee >(cat 1>&2) | grep -v -f .ci_stuff/test_ignore_patterns.txt | sed '/^\s*$/d' | wc -l`
#if [ ${PIPESTATUS[0]} -ne 0 ] || [ $WC -ne 1015 ]; then exit 1 ; fi
WC=`scRNAseq -i PE_input -o output --mode STARsolo --snakemakeOptions " --dryrun --conda-prefix /tmp" .ci_stuff/organism.yaml | tee >(cat 1>&2) | grep -v -f .ci_stuff/test_ignore_patterns.txt | sed '/^\s*$/d' | wc -l`
if [ ${PIPESTATUS[0]} -ne 0 ] || [ $WC -ne 1651 ]; then exit 1 ; fi
if [ ${PIPESTATUS[0]} -ne 0 ] || [ $WC -ne 1642 ]; then exit 1 ; fi
WC=`scRNAseq -i PE_input -o output --mode STARsolo --skipVelocyto --snakemakeOptions " --dryrun --conda-prefix /tmp" .ci_stuff/organism.yaml | tee >(cat 1>&2) | grep -v -f .ci_stuff/test_ignore_patterns.txt | sed '/^\s*$/d' | wc -l`
if [ ${PIPESTATUS[0]} -ne 0 ] || [ $WC -ne 1485 ]; then exit 1 ; fi
WC=`scRNAseq -i PE_input -o output --mode Alevin --snakemakeOptions " --dryrun --conda-prefix /tmp" .ci_stuff/organism.yaml | tee >(cat 1>&2) | grep -v -f .ci_stuff/test_ignore_patterns.txt | sed '/^\s*$/d' | wc -l`
Expand Down
3 changes: 2 additions & 1 deletion .ci_stuff/test_ignore_patterns.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Execute
sanitize_local_storage_copies
tracemalloc
wildcard_constraints
SyntaxWarning: invalid escape sequence
SyntaxWarning: invalid escape sequence
Woud remove temporary

0 comments on commit 847d1bf

Please sign in to comment.