Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample_Name containing spaces for nf-core/eager input table #151

Open
aidaanva opened this issue Apr 23, 2024 · 0 comments · May be fixed by #153
Open

Sample_Name containing spaces for nf-core/eager input table #151

aidaanva opened this issue Apr 23, 2024 · 0 comments · May be fixed by #153

Comments

@aidaanva
Copy link

When the sample names contain spaces in the AMD, this are also included in the Sample_Name column for the nf-core/eager input table. This causes the nf-core/eager to crash when running the input table downloaded with AMDirT. See example bellow:

Error executing process > 'library_merge (Body 188)'

Caused by:
  Process `library_merge (Body 188)` terminated with an error exit status (1)

Command executed:

  samtools merge Body 188_udgnone_libmerged_rmdup.bam SRR6263249_rmdup.bam SRR6263255_rmdup.bam
  samtools index Body 188_udgnone_libmerged_rmdup.bam

Command exit status:
  1

Command output:
  (empty)

Command error:
  [E::hts_open_format] Failed to open file "188_udgnone_libmerged_rmdup.bam" : No such file or directory
  samtools merge: fail to open "188_udgnone_libmerged_rmdup.bam": No such file or directory

Solution: spaces should be either stripped or replaced by an underscore or full stop.

@jfy133 jfy133 linked a pull request Apr 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant