Skip to content
Snippets Groups Projects
Commit 397be30b authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Remove resume.

parent 096e1e79
1 merge request!63Resolve "Single Rep Pool and Pseudo"
...@@ -32,7 +32,7 @@ single_end_mouse: ...@@ -32,7 +32,7 @@ single_end_mouse:
only: only:
- master - master
script: script:
- nextflow run workflow/main.nf --astrocyte true -resume - nextflow run workflow/main.nf --astrocyte true
- pytest -m singleend - pytest -m singleend
paired_end_human: paired_end_human:
...@@ -42,7 +42,7 @@ paired_end_human: ...@@ -42,7 +42,7 @@ paired_end_human:
except: except:
- master - master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true --astrocyte false -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_ENCSR729LGA_PE.txt" --genome 'GRCh38' --pairedEnd true --astrocyte false
- pytest -m pairedend - pytest -m pairedend
single_end_single_control: single_end_single_control:
...@@ -52,7 +52,7 @@ single_end_single_control: ...@@ -52,7 +52,7 @@ single_end_single_control:
except: except:
- master - master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_single_contol_SE.txt" --genome 'GRCh38' --pairedEnd false --astrocyte false -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_single_contol_SE.txt" --genome 'GRCh38' --pairedEnd false --astrocyte false
single_end_diff: single_end_diff:
stage: multiple stage: multiple
...@@ -61,7 +61,7 @@ single_end_diff: ...@@ -61,7 +61,7 @@ single_end_diff:
except: except:
- master - master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte false -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --astrocyte false
- pytest -m singleend - pytest -m singleend
- pytest -m singlediff - pytest -m singlediff
...@@ -70,7 +70,7 @@ paired_end_diff: ...@@ -70,7 +70,7 @@ paired_end_diff:
- master - master
stage: multiple stage: multiple
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd true --astrocyte false -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_PE.txt" --genome 'GRCh38' --pairedEnd true --astrocyte false
- pytest -m pairedend - pytest -m pairedend
- pytest -m paireddiff - pytest -m paireddiff
...@@ -79,5 +79,5 @@ single_end_skip: ...@@ -79,5 +79,5 @@ single_end_skip:
only: only:
- master - master
script: script:
- nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --skipDiff true --skipMotif true --skipPlotProfile true --astrocyte false -resume - nextflow run workflow/main.nf --designFile "$CI_PROJECT_DIR/test_data/design_diff_SE.txt" --genome 'GRCm38' --skipDiff true --skipMotif true --skipPlotProfile true --astrocyte false
- pytest -m singleskip_true - pytest -m singleskip_true
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment