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

For loop #2

Open
ryobon-dev opened this issue Sep 7, 2022 · 3 comments
Open

For loop #2

ryobon-dev opened this issue Sep 7, 2022 · 3 comments

Comments

@ryobon-dev
Copy link

Hi,

I put the three vcf files , A. vcf, B.vcf, C.vcf, in one folder and ran fast-lineage-caller.
The command I put was in below.

for i in ls |grep ".vcf"; do
fast-lineage-caller A.vcf --noheader
done >> results.tsv

The obtained result was attached. It showed the result only with A.

I am not familiar with the for loop. Could you please let me know what is the wrong in the loop command ?

@ryobon-dev
Copy link
Author

Sorry I forgot to attach the result file.

Hope I can get your response.
results.txt

@ryobon-dev
Copy link
Author

Sorry for bothering you but I found another issue.

It seems like that the attached vcf format does not fit the fast-lineage-caller. Could you please check it ?

Anyway, I changed the extension from tsv to txt so that I can attache the file.

C.txt

@ryobon-dev
Copy link
Author

Sorry but you can forget my question about vcf format. The file I used was obviously wrong.
With the correct format, fast-lineage-caller worked well !

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

1 participant