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

Analysing multiple bam files simultaneously #3

Open
sgrannem opened this issue Nov 5, 2022 · 1 comment
Open

Analysing multiple bam files simultaneously #3

sgrannem opened this issue Nov 5, 2022 · 1 comment

Comments

@sgrannem
Copy link

sgrannem commented Nov 5, 2022

The documentation suggests that multiple bam files can be analysed by the pipeline, however, this did not work for me. I was only able to run one bam file at a time.

-b /bam_files/*.bam

This did not work. It says that it doesn't understand the command line arguments and then prints out the list of filenames.

-b /bam_files/myfirstdataset.bam did work fine.

So I had to run a for loop in bash to analyse all my datasets.

@janoppelt
Copy link

The manual says:
-b B the full path one or many bam/sam files (many files should be provided with a pattern, **within double quotes**: e.g. **"your_bam_folder/*.bam"**)

Try to change your command to:
-b "/bam_files/*.bam" (notice the "")

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

No branches or pull requests

2 participants