You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now half of the parameters to Talon are passed directly (e.g. --db, --build), but the other half (sample info, sam file) are passed via a separate comma-separated file. This is a little fiddly for running Talon in a broader workflow, and also seems unnecessary.
Would it be possible to make the four fields in the csv be their own named parameters?
e.g. something like:
--f SAM_FILE
--dataset
--sample_descr
--platform
The text was updated successfully, but these errors were encountered:
Right now half of the parameters to Talon are passed directly (e.g.
--db
,--build
), but the other half (sample info, sam file) are passed via a separate comma-separated file. This is a little fiddly for running Talon in a broader workflow, and also seems unnecessary.Would it be possible to make the four fields in the csv be their own named parameters?
e.g. something like:
The text was updated successfully, but these errors were encountered: