Skip to content

Commit

Permalink
Merge pull request #93 from danilexn/update_sample_reads
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel León Periñán authored Jan 24, 2024
2 parents 55f10e2 + 230cf19 commit cdcfc43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spacemake/project_df.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ def get_action_sample_parser(parent_parser, action, func):
elif action == "update":
# add main variables parser
parents.append(get_sample_main_variables_parser())

# add arguments for R1/R1, dge, longread
parents.append(get_data_parser())
# add possibility to add extra info
parents.append(get_sample_extra_info_parser())
elif action == "merge":
Expand Down

0 comments on commit cdcfc43

Please sign in to comment.