Revert "Merge branch 'scicore' of https://git.scicore.unibas.ch/TBRU/PacbioSnake into scicore"
Compare changes
@@ -9,16 +9,16 @@ cluster:
@@ -9,16 +9,16 @@ cluster:
+ 6
− 8
@@ -2,17 +2,15 @@
@@ -2,17 +2,15 @@
+ 2
− 6
@@ -13,18 +13,14 @@ The user needs to provide two things to run the workflow on her samples:
@@ -13,18 +13,14 @@ The user needs to provide two things to run the workflow on her samples:
- a tab separate table, without header, that contains the sample names and the corresponding paths to the HiFi consensus reads.
+ 23
− 42
@@ -2,6 +2,7 @@
@@ -2,6 +2,7 @@
@@ -11,17 +12,15 @@ def get_args():
@@ -11,17 +12,15 @@ def get_args():
parser_io.add_argument('-s', '--samples', required=True, help='Absolute path to tab-separated table, no header, with sample name and path to fastq with HiFi reads.')
parser_cluster.add_argument('-j', '--njobs', default='4', help='Number of jobs to run in parallel. [4]')
@@ -37,7 +36,8 @@ def main():
@@ -37,7 +36,8 @@ def main():
@@ -47,43 +47,24 @@ def main():
@@ -47,43 +47,24 @@ def main():
+ 0
− 2