Skip to content

Commit

Permalink
remove concatenate
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrOertlin committed Sep 2, 2024
1 parent 8b124b4 commit 48e0463
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions cg/cli/deliver/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,6 @@ def deliver_analysis(
)


@deliver.command(name="concatenate")
@DRY_RUN
@TICKET_ID_ARG
@click.pass_context
def concatenate(context: click.Context, ticket: str, dry_run: bool):
"""The fastq files in the folder generated using "cg deliver analysis"
will be concatenated into one forward and one reverse fastq file
"""
cg_context: CGConfig = context.obj
deliver_ticket_api = DeliverTicketAPI(config=cg_context)
deliver_ticket_api.concatenate_fastq_files(ticket=ticket, dry_run=dry_run)


@deliver.command(name="ticket")
@DELIVERY_TYPE
@DRY_RUN
Expand Down

0 comments on commit 48e0463

Please sign in to comment.