Skip to content

Commit

Permalink
teamcity.py fx
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Apr 11, 2019
1 parent 9a9d54d commit f8521c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembler/src/test/teamcity/teamcity_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ def load_info(dataset_path):
# Get contig list to be assessed for this run
def get_contigs_list(args, dataset_info, before_rr = False):
contigs = [("contigs", "contigs", "", "", "fasta")]
contigs.append(("scaffolds", "scaffolds", "sc", " --scaffolds ", "fasta"))
contigs.append(("scaffolds", "scaffolds", "sc", " -s ", "fasta"))
contigs.append(("contigs_paths", "contigs", "", "", "paths"))
contigs.append(("scaffolds_paths", "scaffolds", "", "", "paths"))

Expand Down

0 comments on commit f8521c6

Please sign in to comment.